From 840f8bfdc93b0efde6fd204db27c9fb6ff1ee152 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 29 Jan 2023 09:28:31 +0200 Subject: [PATCH] * src/comp.c (F_RELOC_MAX_SIZE): Bump to 1600 (bug#60996). --- src/comp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/comp.c b/src/comp.c index bd7ecfffc23..6ff1915ef5b 100644 --- a/src/comp.c +++ b/src/comp.c @@ -531,7 +531,7 @@ load_gccjit_if_necessary (bool mandatory) #define SETJMP_NAME SETJMP /* Max number function importable by native compiled code. */ -#define F_RELOC_MAX_SIZE 1500 +#define F_RELOC_MAX_SIZE 1600 typedef struct { void *link_table[F_RELOC_MAX_SIZE]; -- 2.39.5