New tests.
[mono.git] / mono / mini / abcremoval.c
index 8331ce84fbe92dedc24e51da4ecf09ed97313fbb..239e92d0add7595f3995f13aaf3f63eaa5a0af61 100644 (file)
@@ -15,6 +15,8 @@
 
 #include "config.h"
 
+#ifndef DISABLE_JIT
+
 #ifndef DISABLE_SSA
 
 #include "inssel.h"
@@ -1465,3 +1467,4 @@ handle_integer_value:
 
 #endif /* DISABLE_SSA */
 
+#endif /* DISABLE_JIT */