diff --git a/vm/cpu-x86.cpp b/vm/cpu-x86.cpp index c436afa57e..45b731ea79 100644 --- a/vm/cpu-x86.cpp +++ b/vm/cpu-x86.cpp @@ -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 their pointers to stack variables are now garbage. */ data_roots.clear(); - bignum_roots.clear(); code_roots.clear(); }