]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/arch-utils.c
Rename gdb exception types
[thirdparty/binutils-gdb.git] / gdb / arch-utils.c
index 7623aacc8d13c5e6ea1a8d48dd600930eb651d43..43f5834b3833c5f59011206ccdb07ca3c411efd4 100644 (file)
@@ -973,7 +973,7 @@ gdbarch_skip_prologue_noexcept (gdbarch *gdbarch, CORE_ADDR pc) noexcept
     {
       new_pc = gdbarch_skip_prologue (gdbarch, pc);
     }
-  catch (const gdb_exception_RETURN_MASK_ALL &ex)
+  catch (const gdb_exception &ex)
     {}
 
   return new_pc;