aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPo Lu2023-01-29 19:02:37 +0800
committerPo Lu2023-01-29 19:02:37 +0800
commitd272df1817acc59e9ad2806522878c53a328d608 (patch)
tree96c050a602a4a9279f2cb80f51cff8e0665f3440 /src
parentad90fe7db73f342f5df207f19f5b345ccb42bad8 (diff)
parente2b37f901d16d8e621d2adfed84f46a21a3716ab (diff)
downloademacs-d272df1817acc59e9ad2806522878c53a328d608.tar.gz
emacs-d272df1817acc59e9ad2806522878c53a328d608.zip
Merge remote-tracking branch 'origin/master' into feature/android
Diffstat (limited to 'src')
-rw-r--r--src/comp.c2
1 files changed, 1 insertions, 1 deletions
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)
531#define SETJMP_NAME SETJMP 531#define SETJMP_NAME SETJMP
532 532
533/* Max number function importable by native compiled code. */ 533/* Max number function importable by native compiled code. */
534#define F_RELOC_MAX_SIZE 1500 534#define F_RELOC_MAX_SIZE 1600
535 535
536typedef struct { 536typedef struct {
537 void *link_table[F_RELOC_MAX_SIZE]; 537 void *link_table[F_RELOC_MAX_SIZE];