(Temporarily) add unnest_stacks() call
parent
2d1ef84911
commit
90b10f1cfd
|
@ -84,6 +84,7 @@ void run_nullary_callback(CELL quot)
|
||||||
{
|
{
|
||||||
call(quot);
|
call(quot);
|
||||||
run(false);
|
run(false);
|
||||||
|
unnest_stacks();
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Called by compiled callbacks after nest_stacks() and boxing registers */
|
/* Called by compiled callbacks after nest_stacks() and boxing registers */
|
||||||
|
|
Loading…
Reference in New Issue