Remove some uses of "object_files"
[deliverable/binutils-gdb.git] / gdb / p-valprint.c
index b11292a86bc66bce7be21b05f1a66ff76e8775e0..62679ac4445b448f2215f171d3a1b4bc589c3fa7 100644 (file)
@@ -751,18 +751,17 @@ pascal_object_print_value (struct type *type, const gdb_byte *valaddr,
 
       thisoffset = offset;
 
-      TRY
+      try
        {
          boffset = baseclass_offset (type, i, valaddr, offset, address, val);
        }
-      CATCH (ex, RETURN_MASK_ERROR)
+      catch (const gdb_exception_error &ex)
        {
          if (ex.error == NOT_AVAILABLE_ERROR)
            skip = -1;
          else
            skip = 1;
        }
-      END_CATCH
 
       if (skip == 0)
        {
This page took 0.023457 seconds and 4 git commands to generate.