summaryrefslogtreecommitdiff
path: root/vm.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm.c')
-rw-r--r--vm.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/vm.c b/vm.c
index d43deb43cd..e2cdfda0cb 100644
--- a/vm.c
+++ b/vm.c
@@ -496,6 +496,9 @@ jit_compile_exception(rb_execution_context_t *ec)
if (body->jit_exception_calls == rb_yjit_call_threshold) {
rb_yjit_compile_iseq(iseq, ec, true);
}
+
+
+
}
return body->jit_exception;
}