* src/comp.c (F_RELOC_MAX_SIZE): Bump to 1600 (bug#60996).
This commit is contained in:
parent
835d2b6acb
commit
840f8bfdc9
1 changed files with 1 additions and 1 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Reference in a new issue