diff options
Diffstat (limited to 'gdb/corelow.c')
-rw-r--r-- | gdb/corelow.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/corelow.c b/gdb/corelow.c index a0fab14..22fe7de 100644 --- a/gdb/corelow.c +++ b/gdb/corelow.c @@ -466,7 +466,7 @@ core_target_open (const char *arg, int from_tty) target_update_thread_list (); } - catch (const gdb_exception_RETURN_MASK_ERROR &except) + catch (const gdb_exception_error &except) { exception_print (gdb_stderr, except); } @@ -520,7 +520,7 @@ core_target_open (const char *arg, int from_tty) { thread_command (NULL, from_tty); } - catch (const gdb_exception_RETURN_MASK_ERROR &except) + catch (const gdb_exception_error &except) { exception_print (gdb_stderr, except); } |