From 9ec2918e146ccb260b5195838fe1f34d56340b3b Mon Sep 17 00:00:00 2001 From: George Koehler Date: Sun, 18 Sep 2016 14:37:42 -0400 Subject: [PATCH] In ncgg, increase MAXREGS from 80 to 200. I need this to add more registers to powerpc. --- util/ncgg/param.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/ncgg/param.h b/util/ncgg/param.h index d39dd6b38..369e51d25 100644 --- a/util/ncgg/param.h +++ b/util/ncgg/param.h @@ -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 -- 2.34.1