* 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

@ -281,6 +281,5 @@ _longjmp:
movl 20(%edi),%edi
popfl
ret
EOF
}