diff options
Diffstat (limited to 'gdb/gnu-nat.c')
-rw-r--r-- | gdb/gnu-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gnu-nat.c b/gdb/gnu-nat.c index 13127cd..6ea836a 100644 --- a/gdb/gnu-nat.c +++ b/gdb/gnu-nat.c @@ -1821,7 +1821,7 @@ S_proc_wait_reply (mach_port_t reply, kern_return_t err, } else if (pid == inf->pid) { - store_waitstatus (&inf->wait.status, status); + inf->wait.status = host_status_to_waitstatus (status); if (inf->wait.status.kind () == TARGET_WAITKIND_STOPPED) /* The process has sent us a signal, and stopped itself in a sane state pending our actions. */ |