summaryrefslogtreecommitdiff
path: root/mono-6.6.0-aarch64.patch
diff options
context:
space:
mode:
Diffstat (limited to 'mono-6.6.0-aarch64.patch')
-rw-r--r--mono-6.6.0-aarch64.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/mono-6.6.0-aarch64.patch b/mono-6.6.0-aarch64.patch
new file mode 100644
index 0000000..8750e23
--- /dev/null
+++ b/mono-6.6.0-aarch64.patch
@@ -0,0 +1,11 @@
+--- a/mono/sgen/sgen-archdep.h 2016-10-10 11:22:26.607082785 -0500
++++ b/mono/sgen/sgen-archdep.h 2016-10-10 11:22:48.526184527 -0500
+@@ -45,6 +45,8 @@
+
+ #elif defined(TARGET_ARM64)
+
++#define ARCH_MIN_MS_BLOCK_SIZE (64*1024)
++#define ARCH_MIN_MS_BLOCK_SIZE_SHIFT 16
+ #if defined(__APPLE__)
+ #define REDZONE_SIZE 128
+ #else