From c1b7fb46de5f51918c674bc7d3eebd8bf80ab970 Mon Sep 17 00:00:00 2001 From: slava Date: Fri, 17 Nov 2006 07:10:14 +0000 Subject: [PATCH] Don't make this change yet --- 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 e9959c9e64..7b5ca196fc 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();