qbe

Internal scc patchset buffer for QBE
Log | Files | Refs | README | LICENSE

commit 60142f5d9b02889b9c628d4e7c7dff9cdae5ed2e
parent 2a8584c9853f9392ef0ddcb0ed9b3d2b14b1db83
Author: Quentin Carbonneaux <quentin@c9x.me>
Date:   Tue, 16 Apr 2019 09:30:41 +0200

bump NString and NPred

Michael Forney needs this to run his
compiler on interesting programs.

Diffstat:
Mall.h | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 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,