Multi-target support
[deliverable/binutils-gdb.git] / gdb / break-catch-syscall.c
index e51777c0350531505c217ffedea6db7ec8c25007..553c01cb320378e9c83031769867ed9959a5e79c 100644 (file)
@@ -186,7 +186,7 @@ print_it_catch_syscall (bpstat bs)
   struct syscall s;
   struct gdbarch *gdbarch = bs->bp_location_at->gdbarch;
 
-  get_last_target_status (nullptr, &last);
+  get_last_target_status (nullptr, nullptr, &last);
 
   get_syscall_by_number (gdbarch, last.value.syscall_number, &s);
 
This page took 0.024653 seconds and 4 git commands to generate.