ncannasse преди 7 години
родител
ревизия
41878f94ef
променени са 1 файла, в които са добавени 4 реда и са изтрити 0 реда
  1. 4 0
      src/jit.c

+ 4 - 0
src/jit.c

@@ -25,6 +25,10 @@
 #include <math.h>
 #include <hlmodule.h>
 
+#ifdef __arm__
+#	error "JIT does not support ARM processors, only x86 and x86-64 are supported, please use HashLink/C native compilation instead"
+#endif
+
 #ifdef HL_DEBUG
 #	define JIT_DEBUG
 #endif