* 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:
@ -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
|
||||
|
Reference in New Issue
Block a user