Rename gdb exception types
[deliverable/binutils-gdb.git] / gdb / ada-valprint.c
index 5349e93dd0251a0943a2ff7df41294780dc823ae..5d7823d7204186afd43f87b9ec58fa381184d724 100644 (file)
@@ -1209,7 +1209,7 @@ ada_val_print (struct type *type,
                       stream, recurse, val, options,
                       current_language);
     }
-  catch (const gdb_exception_RETURN_MASK_ERROR &except)
+  catch (const gdb_exception_error &except)
     {
       fprintf_filtered (stream, _("<error reading variable: %s>"),
                        except.what ());
This page took 0.024098 seconds and 4 git commands to generate.