From 4852c894f26b1a93610ea25bb72c5a49d157b702 Mon Sep 17 00:00:00 2001 From: slava Date: Fri, 17 Nov 2006 09:37:49 +0000 Subject: [PATCH] Uncomment native stack pointer recording --- vm/os-macosx.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vm/os-macosx.m b/vm/os-macosx.m index 7b5ca196fc..e9959c9e64 100644 --- a/vm/os-macosx.m +++ b/vm/os-macosx.m @@ -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();