Uncomment native stack pointer recording

darcs
slava 2006-11-17 09:37:49 +00:00
parent 49d7f306b2
commit 4852c894f2
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ void run()
for(;;)
{
NS_DURING
/* stack_chain->native_stack_pointer = native_stack_pointer(); */
stack_chain->native_stack_pointer = native_stack_pointer();
SETJMP(stack_chain->toplevel);
handle_error();