Rename gdb exception types
[deliverable/binutils-gdb.git] / gdb / gnu-v3-abi.c
index 01bb82bf6642680054d93a8f0020f8ab8f2468b0..6407c9beb82fe3aeb6dd0b5ef1aa9d855bfa939e 100644 (file)
@@ -910,7 +910,7 @@ print_one_vtable (struct gdbarch *gdbarch, struct value *value,
        {
          addr = value_as_address (vfn);
        }
-      catch (const gdb_exception_RETURN_MASK_ERROR &ex)
+      catch (const gdb_exception_error &ex)
        {
          printf_filtered (_("<error: %s>"), ex.what ());
          got_error = 1;
This page took 0.053598 seconds and 4 git commands to generate.