Rename gdb exception types
[deliverable/binutils-gdb.git] / gdb / p-valprint.c
index 5b0b9dcf9aab473585a90e944454f519ac14bda5..62679ac4445b448f2215f171d3a1b4bc589c3fa7 100644 (file)
@@ -755,7 +755,7 @@ pascal_object_print_value (struct type *type, const gdb_byte *valaddr,
        {
          boffset = baseclass_offset (type, i, valaddr, offset, address, val);
        }
-      catch (const gdb_exception_RETURN_MASK_ERROR &ex)
+      catch (const gdb_exception_error &ex)
        {
          if (ex.error == NOT_AVAILABLE_ERROR)
            skip = -1;
This page took 0.035343 seconds and 4 git commands to generate.