mirror of
https://github.com/dschmenk/PLASMA.git
synced 2025-01-10 06:30:41 +00:00
Increase max frame size to 255
This commit is contained in:
parent
8faa0ff8a3
commit
8125949370
@ -90,7 +90,7 @@ int idconst_add(char *name, int len, int value)
|
||||
int idlocal_add(char *name, int len, int type, int size)
|
||||
{
|
||||
char c = name[len];
|
||||
if (localsize > 254)
|
||||
if (localsize > 255)
|
||||
{
|
||||
printf("Local variable size overflow\n");
|
||||
return (0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user