diff options
| author | Michael Forney <mforney@mforney.org> | 2019-07-02 21:21:26 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2019-07-03 02:43:39 -0700 |
| commit | 2ea9c3293333d90a5fae667f2d30cbb7aa7e6ebb (patch) | |
| tree | 53f305141744ef433765c5e419676561534f2216 /pkg/qbe/patch/0010-Increase-NString-to-96.patch | |
| parent | eca93027e7f76e074e3fa8f46ace287cc8212976 (diff) | |
qbe: Add a few patches to fix various things
Diffstat (limited to 'pkg/qbe/patch/0010-Increase-NString-to-96.patch')
| -rw-r--r-- | pkg/qbe/patch/0010-Increase-NString-to-96.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/pkg/qbe/patch/0010-Increase-NString-to-96.patch b/pkg/qbe/patch/0010-Increase-NString-to-96.patch new file mode 100644 index 00000000..8b6a9af4 --- /dev/null +++ b/pkg/qbe/patch/0010-Increase-NString-to-96.patch @@ -0,0 +1,25 @@ +From b391a6bdf819585cd956107b2346cd939b48ce41 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 5f67e81..8819e85 100644 +--- a/all.h ++++ b/all.h +@@ -31,7 +31,7 @@ typedef struct Dat Dat; + typedef struct Target Target; + + enum { +- NString = 64, ++ NString = 96, + NPred = 63, + NIns = 1 << 20, + NAlign = 3, +-- +2.22.0 + |
