diff options
Diffstat (limited to 'prism_compile.c')
-rw-r--r-- | prism_compile.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/prism_compile.c b/prism_compile.c index 472d25eb35..368cba7039 100644 --- a/prism_compile.c +++ b/prism_compile.c @@ -4236,6 +4236,7 @@ pm_compile_node(rb_iseq_t *iseq, const pm_node_t *node, LINK_ANCHOR *const ret, PM_COMPILE((pm_node_t *)ensure_node->statements); } ADD_LABEL(ret, end); + return; } case PM_ELSE_NODE: { pm_else_node_t *cast = (pm_else_node_t *)node; |