summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mjit_compile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mjit_compile.c b/mjit_compile.c
index 57ab034494..9ceca5b306 100644
--- a/mjit_compile.c
+++ b/mjit_compile.c
@@ -256,7 +256,7 @@ compile_inlined_cancel_handler(FILE *f, const struct rb_iseq_constant_body *body
}
// We're not just returning Qundef here so that caller's normal cancel handler can
// push back `stack` to `cfp->sp`.
- fprintf(f, " return vm_exec(ec, ec->cfp);\n");
+ fprintf(f, " return vm_exec(ec, FALSE);\n");
}
// Print the block to cancel JIT execution.