]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/comp.c (F_RELOC_MAX_SIZE): Bump to 1600 (bug#60996).
authorEli Zaretskii <eliz@gnu.org>
Sun, 29 Jan 2023 07:28:31 +0000 (09:28 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sun, 29 Jan 2023 07:28:31 +0000 (09:28 +0200)
src/comp.c

index bd7ecfffc23b804991a35e3c714a5564435a244f..6ff1915ef5b99be92b818ac4bd34779e3b0cebbf 100644 (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];