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 725b57c..17fbd92 100644 --- a/gdb/inf-loop.c +++ b/gdb/inf-loop.c @@ -115,7 +115,7 @@ inferior_event_handler (enum inferior_event_type event_type, be informed. */ TRY_CATCH (e, RETURN_MASK_ALL) { - bpstat_do_actions (&stop_bpstat); + bpstat_do_actions (); } if (!was_sync && !is_running (inferior_ptid) && exec_done_display_p) |