VM: remove bignum_roots.clear() (snuck in during rebase)
parent
0e8e2af0a7
commit
f9869d8ad9
|
@ -62,7 +62,6 @@ void factor_vm::dispatch_signal_handler(cell* sp, cell* pc, cell handler) {
|
||||||
corrupted. Therefore the root vectors needs to be cleared because
|
corrupted. Therefore the root vectors needs to be cleared because
|
||||||
their pointers to stack variables are now garbage. */
|
their pointers to stack variables are now garbage. */
|
||||||
data_roots.clear();
|
data_roots.clear();
|
||||||
bignum_roots.clear();
|
|
||||||
code_roots.clear();
|
code_roots.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue