diff options
Diffstat (limited to 'gdb/break-catch-sig.c')
-rw-r--r-- | gdb/break-catch-sig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/break-catch-sig.c b/gdb/break-catch-sig.c index 9970efa..c645746 100644 --- a/gdb/break-catch-sig.c +++ b/gdb/break-catch-sig.c @@ -185,7 +185,7 @@ signal_catchpoint_print_it (bpstat bs) const char *signal_name; struct ui_out *uiout = current_uiout; - get_last_target_status (nullptr, &last); + get_last_target_status (nullptr, nullptr, &last); signal_name = signal_to_name_or_int (last.value.sig); |