vm: also smoke-check callstack after pic update
parent
0b72b811fc
commit
7121e0d598
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue