diff options
Diffstat (limited to 'pkg/qbe/patch/0005-Increase-NString-to-96.patch')
| -rw-r--r-- | pkg/qbe/patch/0005-Increase-NString-to-96.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/pkg/qbe/patch/0005-Increase-NString-to-96.patch b/pkg/qbe/patch/0005-Increase-NString-to-96.patch new file mode 100644 index 00000000..9759d2a7 --- /dev/null +++ b/pkg/qbe/patch/0005-Increase-NString-to-96.patch @@ -0,0 +1,25 @@ +From 948e221acc92d002662ffa609a252a3410a93001 Mon Sep 17 00:00:00 2001 +From: Michael Forney <mforney@mforney.org> +Date: Fri, 31 May 2019 13:31:04 -0700 +Subject: [PATCH] Increase NString to 96 + +--- + all.h | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/all.h b/all.h +index 7f843a9..805a346 100644 +--- a/all.h ++++ b/all.h +@@ -31,7 +31,7 @@ typedef struct Dat Dat; + typedef struct Target Target; + + enum { +- NString = 64, ++ NString = 96, + NIns = 1 << 20, + NAlign = 3, + NField = 32, +-- +2.28.0 + |
