diff options
Diffstat (limited to 'gdb/infptrace.c')
-rw-r--r-- | gdb/infptrace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/infptrace.c b/gdb/infptrace.c index 1db795b..315e9b9 100644 --- a/gdb/infptrace.c +++ b/gdb/infptrace.c @@ -174,7 +174,7 @@ kill_inferior (void) The kill call causes problems under hpux10, so it's been removed; if this causes problems we'll deal with them as they arise. */ ptrace (PT_KILL, pid, (PTRACE_TYPE_ARG3) 0, 0); - wait (status); + wait (&status); target_mourn_inferior (); } #endif /* DEPRECATED_KILL_INFERIOR */ |