mono/mono-4.6.0-patch_arm_fast_tls.patch

12 lines
430 B
Diff
Raw Normal View History

--- a/mono/mini/mini-arm.c 2016-08-24 15:25:42.253619745 +0200
+++ b/mono/mini/mini-arm.c 2016-08-24 15:26:00.124173662 +0200
@@ -34,7 +34,7 @@
2017-02-16 20:09:08 +00:00
#if (defined(HAVE_KW_THREAD) && defined(__linux__) && defined(__ARM_EABI__) && !defined(__PIC__)) \
|| defined(TARGET_ANDROID) \
|| (defined(TARGET_IOS) && !defined(TARGET_WATCHOS))
-#define HAVE_FAST_TLS
+//#define HAVE_FAST_TLS
#endif
/* Sanity check: This makes no sense */