diff --git a/marshal.c b/marshal.c index 00a16b0abd..a7eb3edc8a 100644 --- a/marshal.c +++ b/marshal.c @@ -1184,6 +1184,8 @@ r_byte(struct load_arg *arg) return c; } +NORETURN(static void long_toobig(int size)); + static void long_toobig(int size) {