aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/go-patches/0012-runtime-adjust-address-calculation-in-identifying-ab.patch
diff options
context:
space:
mode:
Diffstat (limited to 'go-patches/0012-runtime-adjust-address-calculation-in-identifying-ab.patch')
-rw-r--r--go-patches/0012-runtime-adjust-address-calculation-in-identifying-ab.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/go-patches/0012-runtime-adjust-address-calculation-in-identifying-ab.patch b/go-patches/0012-runtime-adjust-address-calculation-in-identifying-ab.patch
index 2f3954db..38fcbb9b 100644
--- a/go-patches/0012-runtime-adjust-address-calculation-in-identifying-ab.patch
+++ b/go-patches/0012-runtime-adjust-address-calculation-in-identifying-ab.patch
@@ -1,7 +1,7 @@
From 8ec41fee1e6ef074ef74e56fe079c70c8a1d0548 Mon Sep 17 00:00:00 2001
From: "Jason A. Donenfeld" <Jason@zx2c4.com>
Date: Fri, 27 Nov 2020 22:07:23 +0100
-Subject: [PATCH 12/13] runtime: adjust address calculation in identifying
+Subject: [PATCH 12/14] runtime: adjust address calculation in identifying
abort on windows/arm
Apparently we're being called on arm 1 byte off, just like on 386 and