diff options
Diffstat (limited to 'gdb/event-loop.c')
-rw-r--r-- | gdb/event-loop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/event-loop.c b/gdb/event-loop.c index 0219578..ec776f5 100644 --- a/gdb/event-loop.c +++ b/gdb/event-loop.c @@ -370,7 +370,7 @@ start_event_loop (void) { result = gdb_do_one_event (); } - catch (const gdb_exception_RETURN_MASK_ALL &ex) + catch (const gdb_exception &ex) { exception_print (gdb_stderr, ex); |