Comment out problematic/unfinished code
parent
7f60cbac7e
commit
f29e31c251
2
vm/run.c
2
vm/run.c
|
@ -287,7 +287,7 @@ void throw_error(CELL error, bool keep_stacks)
|
||||||
early_error(error);
|
early_error(error);
|
||||||
|
|
||||||
REGISTER_ROOT(error);
|
REGISTER_ROOT(error);
|
||||||
thrown_native_stack_trace = allot_native_stack_trace();
|
thrown_native_stack_trace = F; /* allot_native_stack_trace(); */
|
||||||
UNREGISTER_ROOT(error);
|
UNREGISTER_ROOT(error);
|
||||||
|
|
||||||
throwing = true;
|
throwing = true;
|
||||||
|
|
Loading…
Reference in New Issue