diff --git a/pylingual/control_flow_reconstruction/templates/Block.py b/pylingual/control_flow_reconstruction/templates/Block.py index df355a8..7f1ae49 100644 --- a/pylingual/control_flow_reconstruction/templates/Block.py +++ b/pylingual/control_flow_reconstruction/templates/Block.py @@ -72,7 +72,7 @@ class JumpTemplate(ControlFlowTemplate): exact_instructions("POP_JUMP_IF_FALSE"), ), block=N.tail(), - tail=N.tail(), + tail=N.tail().with_cond(without_instructions("NOP")), ) try_match = make_try_match(