aports/testing/neko/nojit.patch

12 lines
205 B
Diff

--- 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