Rename gdb exception types
[deliverable/binutils-gdb.git] / gdb / rs6000-aix-tdep.c
index 0c0f026be4f2ea8a40bab522cd73e2239e1ecced..e99865682fd28e992c675f70e59c22b0768da8b9 100644 (file)
@@ -674,7 +674,7 @@ rs6000_convert_from_func_ptr_addr (struct gdbarch *gdbarch,
         {
           pc = read_memory_unsigned_integer (addr, tdep->wordsize, byte_order);
         }
-      catch (const gdb_exception_RETURN_MASK_ERROR &e)
+      catch (const gdb_exception_error &e)
         {
           /* An error occured during reading.  Probably a memory error
              due to the section not being loaded yet.  This address
This page took 0.043296 seconds and 4 git commands to generate.