summaryrefslogtreecommitdiff
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, 2 insertions, 0 deletions
diff --git a/vm_insnhelper.c b/vm_insnhelper.c
index caaab54e1d..64b812dd4b 100644
--- a/vm_insnhelper.c
+++ b/vm_insnhelper.c
@@ -1786,6 +1786,8 @@ vm_call_method(rb_thread_t *th, rb_control_frame_t *cfp, rb_call_info_t *ci)
goto zsuper_method_dispatch;
}
}
+ case VM_METHOD_TYPE__MAX:
+ break;
}
rb_bug("vm_call_method: unsupported method type (%d)", ci->me->def->type);
}