From f29e31c251da985c9543df9efe77b9a992471242 Mon Sep 17 00:00:00 2001 From: slava Date: Tue, 21 Nov 2006 23:42:59 +0000 Subject: [PATCH] Comment out problematic/unfinished code --- vm/run.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vm/run.c b/vm/run.c index 269a915142..de2f29e62e 100644 --- a/vm/run.c +++ b/vm/run.c @@ -287,7 +287,7 @@ void throw_error(CELL error, bool keep_stacks) early_error(error); REGISTER_ROOT(error); - thrown_native_stack_trace = allot_native_stack_trace(); + thrown_native_stack_trace = F; /* allot_native_stack_trace(); */ UNREGISTER_ROOT(error); throwing = true;