diff options
Diffstat (limited to 'gdb/breakpoint.c')
-rw-r--r-- | gdb/breakpoint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c index 0724a72..12955cb 100644 --- a/gdb/breakpoint.c +++ b/gdb/breakpoint.c @@ -11523,7 +11523,7 @@ until_break_command (char *arg, int from_tty, int anywhere) stack_frame_id, bp_until); make_cleanup_delete_breakpoint (breakpoint); - proceed (-1, GDB_SIGNAL_DEFAULT, 0); + proceed (-1, GDB_SIGNAL_DEFAULT); /* If we are running asynchronously, and proceed call above has actually managed to start the target, arrange for breakpoints to |