Uncomment native stack pointer recording
parent
49d7f306b2
commit
4852c894f2
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue