]> gitweb.factorcode.org Git - factor.git/commitdiff
vm: also smoke-check callstack after pic update
authorJoe Groff <arcata@gmail.com>
Thu, 22 Dec 2011 02:31:37 +0000 (18:31 -0800)
committerJoe Groff <arcata@gmail.com>
Thu, 22 Dec 2011 02:31:37 +0000 (18:31 -0800)
vm/inline_cache.cpp

index 5d09d200fa437095f2ea5dc2c5020cfd19aa0a69..30e568ab78697bf81131d8cd5540f7b3d29a56d9 100755 (executable)
@@ -245,6 +245,7 @@ void *factor_vm::inline_cache_miss(cell return_address_)
                        << (tail_call_site ? "tail" : "non-tail")
                        << " call site 0x" << std::hex << return_address.value << std::dec
                        << " with 0x" << std::hex << (cell)xt << std::dec << std::endl;
+               print_callstack();
 #endif
        }