diff --git a/vm_insnhelper.c b/vm_insnhelper.c index 06e6a577bc..cb55d0f6c9 100644 --- a/vm_insnhelper.c +++ b/vm_insnhelper.c @@ -65,6 +65,9 @@ ec_stack_overflow(rb_execution_context_t *ec, int setup) } NORETURN(static void vm_stackoverflow(void)); +#ifdef MJIT_HEADER +NOINLINE(static COLDFUNC void vm_stackoverflow(void)); +#endif static void vm_stackoverflow(void)