diff options
-rw-r--r-- | all.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/all.h b/all.h index fc26a61..6053a1a 100644 --- a/all.h +++ b/all.h @@ -31,8 +31,8 @@ typedef struct Dat Dat; typedef struct Target Target; enum { - NString = 32, - NPred = 63, + NString = 64, + NPred = 127, NIns = 1 << 20, NAlign = 3, NField = 32, |