Implement a general version of the rgctx fetch trampolines, which receives the slot...
[mono.git] / mono / mini / mini-arm.h
index d2af532030523dbc0b3537d1182ea709b3338987..660c3696a347e7fb6e38a1c7f6eb8670be943837 100644 (file)
@@ -219,6 +219,7 @@ typedef struct MonoCompileArch {
 #define MONO_ARCH_HAVE_CONTEXT_SET_INT_REG 1
 #define MONO_ARCH_HAVE_SETUP_RESUME_FROM_SIGNAL_HANDLER_CTX 1
 #define MONO_ARCH_GSHAREDVT_SUPPORTED 1
+#define MONO_ARCH_HAVE_GENERAL_RGCTX_LAZY_FETCH_TRAMPOLINE 1
 
 /* Matches the HAVE_AEABI_READ_TP define in mini-arm.c */
 #if defined(__ARM_EABI__) && defined(__linux__) && !defined(TARGET_ANDROID)