qbe

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

commit 49fb63ebac93dd5e23a65ceac8ce72dfa845d7fa
parent 6838496e5c990339755577eb16b949fe2f47790e
Author: Quentin Carbonneaux <quentin@c9x.me>
Date:   Wed, 10 Nov 2021 23:18:09 +0100

bump NString

Diffstat:
Mall.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/all.h b/all.h @@ -31,7 +31,7 @@ typedef struct Dat Dat; typedef struct Target Target; enum { - NString = 64, + NString = 72, NIns = 1 << 20, NAlign = 3, NField = 32,