diff options
Diffstat (limited to 'gdb/symmisc.c')
-rw-r--r-- | gdb/symmisc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/symmisc.c b/gdb/symmisc.c index 8867ba7..7666de3 100644 --- a/gdb/symmisc.c +++ b/gdb/symmisc.c @@ -353,7 +353,7 @@ dump_symtab_1 (struct symtab *symtab, struct ui_file *outfile) { print_symbol (gdbarch, sym, depth + 1, outfile); } - catch (const gdb_exception_RETURN_MASK_ERROR &ex) + catch (const gdb_exception_error &ex) { exception_fprintf (gdb_stderr, ex, "Error printing symbol:\n"); |