mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-08 23:07:10 +02:00
12 lines
205 B
Diff
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
|