* src/comp.c (F_RELOC_MAX_SIZE): Bump to 1600 (bug#60996).

This commit is contained in:
Eli Zaretskii 2023-01-29 09:28:31 +02:00
parent 835d2b6acb
commit 840f8bfdc9

View file

@ -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];