* gendef (sigreturn): Call stabilize_sig_stack to ensure that there are no

pending signals.  Restore edx later.
(sigdelayed): Save edx earlier.
* malloc_wrapper.cc (malloc_init): Add some more debugging output.
This commit is contained in:
Christopher Faylor
2004-03-04 05:31:14 +00:00
parent 13a47bd66a
commit 08b0a057eb
5 changed files with 50 additions and 38 deletions

View File

@@ -72,7 +72,7 @@ wait4 (int intpid, int *status, int options, struct rusage *r)
w->options = options;
w->rusage = r;
sigproc_printf ("calling proc_subproc, pid %d, options %d",
w->pid, w->options);
w->pid, w->options);
if (!proc_subproc (PROC_WAIT, (DWORD) w))
{
set_errno (ENOSYS);