* fork.cc (frok::child): Change order of cleanup prior to return.

(fork): Save more of the stack.
* gendef: Fix some comments.
* sigproc.cc (wait_sig): Clarify debug output.
This commit is contained in:
Christopher Faylor
2005-10-29 15:19:34 +00:00
parent c85263884a
commit f02b22dcee
4 changed files with 18 additions and 7 deletions

View File

@ -1175,8 +1175,8 @@ wait_sig (VOID *)
proc_subproc (PROC_CLEARWAIT, 0);
if (pack.wakeup)
{
sigproc_printf ("signalling pack.wakeup %p", pack.wakeup);
SetEvent (pack.wakeup);
sigproc_printf ("signalled %p", pack.wakeup);
}
if (pack.si.si_signo == __SIGEXIT)
break;