In ncgg, increase MAXREGS from 80 to 200.
I need this to add more registers to powerpc.
This commit is contained in:
parent
e4ce7da0a2
commit
9ec2918e14
|
@ -15,7 +15,7 @@
|
|||
#define BORS(x,y) y
|
||||
#endif
|
||||
|
||||
#define MAXREGS BORS(80,30)
|
||||
#define MAXREGS BORS(200,30)
|
||||
#define MAXPROPS BORS(120,20)
|
||||
#define MAXTOKENS BORS(100,60)
|
||||
#define MAXATT 6
|
||||
|
|
Loading…
Reference in a new issue