aboutsummaryrefslogtreecommitdiffstats
path: root/vm_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'vm_core.h')
-rw-r--r--vm_core.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/vm_core.h b/vm_core.h
index 25a5e8fbf6..7c775d8019 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -1035,8 +1035,8 @@ GET_THREAD(void)
rb_thread_t *th = ruby_current_thread;
#if OPT_CALL_CFUNC_WITHOUT_FRAME
if (UNLIKELY(th->passed_ci != 0)) {
- void vm_call_cfunc_push_frame(rb_thread_t *th);
- vm_call_cfunc_push_frame(th);
+ void rb_vm_call_cfunc_push_frame(rb_thread_t *th);
+ rb_vm_call_cfunc_push_frame(th);
}
#endif
return th;