vm: also smoke-check callstack after pic update

db4
Joe Groff 2011-12-21 18:31:37 -08:00
parent 0b72b811fc
commit 7121e0d598
1 changed files with 1 additions and 0 deletions

View File

@ -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
}