summaryrefslogtreecommitdiff
path: root/vm_insnhelper.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm_insnhelper.c')
-rw-r--r--vm_insnhelper.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/vm_insnhelper.c b/vm_insnhelper.c
index 0376b9e46a..5e01712839 100644
--- a/vm_insnhelper.c
+++ b/vm_insnhelper.c
@@ -102,6 +102,7 @@ vm_pop_frame(rb_thread_t *th)
/* method dispatch */
+NORETURN(static void argument_error(const rb_iseq_t *iseq, int miss_argc, int correct_argc));
static void
argument_error(const rb_iseq_t *iseq, int miss_argc, int correct_argc)
{