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:
Benoît Minisini 2023-10-25 11:53:28 +02:00
parent ac0f2ba85e
commit 9d0cdd8e20

View file

@ -103,7 +103,7 @@
#define MAX_LANG 16
/* Maximum number of labels in one function */
#define MAX_LABEL 255
#define MAX_LABEL 1023
#endif