Raise the maximum number of labels by function from 255 to 1023.
[COMPILER] * NEW: Raise the maximum number of labels by function from 255 to 1023.
This commit is contained in:
parent
ac0f2ba85e
commit
9d0cdd8e20
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@
|
|||
#define MAX_LANG 16
|
||||
|
||||
/* Maximum number of labels in one function */
|
||||
#define MAX_LABEL 255
|
||||
#define MAX_LABEL 1023
|
||||
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue