diff options
Diffstat (limited to 'testing/neko/nojit.patch')
| -rw-r--r-- | testing/neko/nojit.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/neko/nojit.patch b/testing/neko/nojit.patch new file mode 100644 index 0000000000..8bbbfff40e --- /dev/null +++ b/testing/neko/nojit.patch @@ -0,0 +1,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 |
