summaryrefslogtreecommitdiff
path: root/vm_insnhelper.c
diff options
context:
space:
mode:
authorKoichi Sasada <ko1@atdot.net>2019-11-29 03:22:24 +0900
committerKoichi Sasada <ko1@atdot.net>2019-11-29 03:22:24 +0900
commitf38b6d197f84ba8890daf4d708c0d17c1d339700 (patch)
treef589e31b414b287946616d6e949d83f9f863d754 /vm_insnhelper.c
parente4e41840ad378ccd3144fe84ffd3aa55f6610ca5 (diff)
Revert "export for MJIT"
This reverts commit 2e6f1cf8b264f4c8499c4e5f18bf662fdade04ff.
Diffstat (limited to 'vm_insnhelper.c')
-rw-r--r--vm_insnhelper.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/vm_insnhelper.c b/vm_insnhelper.c
index 19349657d7..94fc7c72bd 100644
--- a/vm_insnhelper.c
+++ b/vm_insnhelper.c
@@ -2318,7 +2318,8 @@ vm_call_iseq_setup_tailcall(rb_execution_context_t *ec, rb_control_frame_t *cfp,
iseq->body->stack_max);
cfp->sp = sp_orig;
-
+ RUBY_VM_CHECK_INTS(ec);
+
return Qundef;
}