summaryrefslogtreecommitdiff
path: root/pkg/qbe/patch/0010-Increase-NString-to-96.patch
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2020-08-13 00:32:40 -0700
committerMichael Forney <mforney@mforney.org>2020-08-13 00:32:40 -0700
commit18dcc504b518cfaeb9031a0acbd03655d9df2924 (patch)
tree07fe57bc4354d1cf0e93ca8ce14fe7abccd6d717 /pkg/qbe/patch/0010-Increase-NString-to-96.patch
parent637596d7f97107bcdb5e402c10f6b84cdd17d162 (diff)
qbe: Update to latest git
Diffstat (limited to 'pkg/qbe/patch/0010-Increase-NString-to-96.patch')
-rw-r--r--pkg/qbe/patch/0010-Increase-NString-to-96.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/pkg/qbe/patch/0010-Increase-NString-to-96.patch b/pkg/qbe/patch/0010-Increase-NString-to-96.patch
deleted file mode 100644
index 8b6a9af4..00000000
--- a/pkg/qbe/patch/0010-Increase-NString-to-96.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-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
-