]> gitweb.factorcode.org Git - factor.git/commitdiff
VM: remove bignum_roots.clear() (snuck in during rebase)
authorBjörn Lindqvist <bjourne@gmail.com>
Sun, 16 Nov 2014 21:33:22 +0000 (22:33 +0100)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 18 Nov 2014 01:27:36 +0000 (17:27 -0800)
vm/cpu-x86.cpp

index c436afa57e8990db842e06e2e76ed3808ab8b99b..45b731ea79078df9cf98c8b0c1afacb2a14c20dd 100644 (file)
@@ -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();
 }