aboutsummaryrefslogtreecommitdiffstats
path: root/vm_insnhelper.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm_insnhelper.c')
-rw-r--r--vm_insnhelper.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/vm_insnhelper.c b/vm_insnhelper.c
index 02a4503f56..eb3411975e 100644
--- a/vm_insnhelper.c
+++ b/vm_insnhelper.c
@@ -1752,6 +1752,10 @@ vm_call_method(rb_thread_t *th, rb_control_frame_t *cfp, rb_call_info_t *ci)
goto start_method_dispatch;
}
}
+ else {
+ ci->me = 0;
+ goto start_method_dispatch;
+ }
no_refinement_dispatch:
if (ci->me->def->body.orig_me) {