* dcrt0.cc (alloc_stack_hard_way): Revert to previous implementation.

(alloc_stack): Ditto.
* exceptions.cc (ctrl_c_handler): Add debugging output.
This commit is contained in:
Christopher Faylor
2004-02-14 04:38:37 +00:00
parent e6ea2b9671
commit c21e74cce8
5 changed files with 22 additions and 14 deletions

View File

@ -664,7 +664,6 @@ fork ()
child_info_fork ch;
int res = setjmp (ch.jmp);
if (res)
res = fork_child (grouped.hParent, grouped.first_dll, grouped.load_dlls);
else