diff options
Diffstat (limited to 'gdb/inf-loop.c')
-rw-r--r-- | gdb/inf-loop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/inf-loop.c b/gdb/inf-loop.c index 0aca863..85bd69c 100644 --- a/gdb/inf-loop.c +++ b/gdb/inf-loop.c @@ -71,7 +71,7 @@ inferior_event_handler (enum inferior_event_type event_type, { bpstat_do_actions (); } - catch (const gdb_exception_RETURN_MASK_ALL &e) + catch (const gdb_exception &e) { /* If the user was running a foreground execution command, then propagate the error so that the prompt |