diff --git a/pylingual/control_flow_reconstruction/templates/Block.py b/pylingual/control_flow_reconstruction/templates/Block.py index 18a6b8f..5cb0f89 100644 --- a/pylingual/control_flow_reconstruction/templates/Block.py +++ b/pylingual/control_flow_reconstruction/templates/Block.py @@ -54,7 +54,7 @@ class RemoveUnreachable(ControlFlowTemplate): return node -@register_template(0, 0, (3, 13)) +@register_template(0, 0, (3, 12), (3, 13)) class JumpTemplate(ControlFlowTemplate): template = T( body=~N("jump", None).with_cond(without_instructions("CLEANUP_THROW")),