summaryrefslogtreecommitdiff
path: root/mjit_compile.c
diff options
context:
space:
mode:
Diffstat (limited to 'mjit_compile.c')
-rw-r--r--mjit_compile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mjit_compile.c b/mjit_compile.c
index 7e715b7e10..dc188864ca 100644
--- a/mjit_compile.c
+++ b/mjit_compile.c
@@ -280,7 +280,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, FALSE);\n");
+ fprintf(f, " return vm_exec(ec, false);\n");
}
// Print the block to cancel JIT execution.