diff options
Diffstat (limited to 'gdb/valprint.c')
-rw-r--r-- | gdb/valprint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/valprint.c b/gdb/valprint.c index 7554730..b02ebf6 100644 --- a/gdb/valprint.c +++ b/gdb/valprint.c @@ -1060,7 +1060,7 @@ val_print (struct type *type, LONGEST embedded_offset, stream, recurse, val, &local_opts); } - catch (const gdb_exception_RETURN_MASK_ERROR &except) + catch (const gdb_exception_error &except) { fprintf_filtered (stream, _("<error reading variable>")); } |