aboutsummaryrefslogtreecommitdiffstats
path: root/testing/neko/nojit.patch
blob: 8bbbfff40e6192bb583a3c9677d68eba0fef6e2a (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/vm/jit_x86.c
+++ b/vm/jit_x86.c
@@ -37,7 +37,7 @@
 #define tmp_free(ptr)	free(ptr)
 
 #if defined(NEKO_X86) && !defined(NEKO_MAC)
-#define JIT_ENABLE
+//#define JIT_ENABLE
 #endif
 
 #ifdef NEKO_MAC