aboutsummaryrefslogtreecommitdiffstats
path: root/vm_insnhelper.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm_insnhelper.c')
-rw-r--r--vm_insnhelper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm_insnhelper.c b/vm_insnhelper.c
index e4a45e669d..1b23ee6e18 100644
--- a/vm_insnhelper.c
+++ b/vm_insnhelper.c
@@ -706,7 +706,7 @@ vm_call_method(rb_thread_t *th, rb_control_frame_t *cfp,
}
}
- RUBY_VM_CHECK_INTS();
+ RUBY_VM_CHECK_INTS(th);
return val;
}