Skip to content

Commit c61405d

Browse files
AW-AlanWuChAoSUnItY
authored andcommitted
Fix unexpected crash caused by insufficient type capacity
1 parent d37a071 commit c61405d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/defs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#define MAX_PARAMS 8
2020
#define MAX_LOCALS 1600
2121
#define MAX_FIELDS 64
22-
#define MAX_TYPES 64
22+
#define MAX_TYPES 128
2323
#define MAX_IR_INSTR 60000
2424
#define MAX_BB_PRED 128
2525
#define MAX_BB_DOM_SUCC 64

0 commit comments

Comments
 (0)