mono/mono-4.6.1-aarch64.patch
2016-10-10 23:01:09 +02:00

12 lines
341 B
Diff

--- 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
#ifdef __linux__
#define REDZONE_SIZE 0
#elif defined(__APPLE__)