From f9869d8ad9969df1496404e288d7e7e04a1f1b0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Lindqvist?= Date: Sun, 16 Nov 2014 22:33:22 +0100 Subject: [PATCH] VM: remove bignum_roots.clear() (snuck in during rebase) --- vm/cpu-x86.cpp | 1 - 1 file changed, 1 deletion(-) 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(); }