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 d26a347..fe797dd 100644 --- a/gdb/breakpoint.c +++ b/gdb/breakpoint.c @@ -9508,7 +9508,7 @@ struct until_break_command_continuation_args care of cleaning up the temporary breakpoints set up by the until command. */ static void -until_break_command_continuation (void *arg) +until_break_command_continuation (void *arg, int err) { struct until_break_command_continuation_args *a = arg; |