We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1980d43 commit 09721c5Copy full SHA for 09721c5
panda/plugins/callstack_instr/callstack_instr.cpp
@@ -615,6 +615,7 @@ bool init_plugin(void *self) {
615
panda_register_callback(self, PANDA_CB_AFTER_BLOCK_EXEC, pcb);
616
pcb.before_block_exec = before_block_exec;
617
panda_register_callback(self, PANDA_CB_BEFORE_BLOCK_EXEC, pcb);
618
+ panda_disable_tb_chaining(); // TODO: if we switch to SBE style callbacks we can leave chaining enabled
619
620
bool setup_ok = true;
621
0 commit comments