[llvm] Fix the decomposition of some long opcodes on 32 bit machines.
[mono.git] / mono / mini / mini.h
index d32942c045ec5d90baa2d738a9330729424e149c..4abb68d4429e9c2ea303e0a5bf1a0f38ccf4dc94 100644 (file)
@@ -2886,4 +2886,10 @@ gboolean SIG_HANDLER_SIGNATURE (mono_chain_signal) MONO_INTERNAL;
 #define MONO_IS_CROSS_COMPILE 0
 #endif
 
+#if defined(__mono_ilp32__)
+#define MONO_IS_ILP32 1
+#else
+#define MONO_IS_ILP32 0
+#endif
+
 #endif /* __MONO_MINI_H__ */