diff options
Diffstat (limited to 'gdb/infrun.c')
-rw-r--r-- | gdb/infrun.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/infrun.c b/gdb/infrun.c index 45bedf8..940f575 100644 --- a/gdb/infrun.c +++ b/gdb/infrun.c @@ -8317,7 +8317,7 @@ normal_stop (void) print the stop event. */ if (inferior_ptid != null_ptid) gdb::observers::normal_stop.notify (inferior_thread ()->control.stop_bpstat, - stop_print_frame); + stop_print_frame); else gdb::observers::normal_stop.notify (NULL, stop_print_frame); |