Rename gdb exception types
[deliverable/binutils-gdb.git] / gdb / gdbtypes.c
index 373b30a423d4cb7ca536e253e171fb517bc36d2f..919feaca73befdcce815f7de865cd1d4f0c80220 100644 (file)
@@ -2575,7 +2575,7 @@ safe_parse_type (struct gdbarch *gdbarch, char *p, int length)
     {
       type = parse_and_eval_type (p, length);
     }
-  catch (const gdb_exception_RETURN_MASK_ERROR &except)
+  catch (const gdb_exception_error &except)
     {
       type = builtin_type (gdbarch)->builtin_void;
     }
This page took 0.025194 seconds and 4 git commands to generate.