aboutsummaryrefslogtreecommitdiffstats
path: root/testing/neko/nojit.patch
diff options
context:
space:
mode:
authorAndy Li <andy@onthewings.net>2017-10-19 16:45:22 +0800
committerNatanael Copa <ncopa@alpinelinux.org>2017-10-26 09:50:03 +0000
commitd8b8e7aa9cda382110db3d2f9a40bb7cdeea8ec1 (patch)
treec0d47a0978d3b66d68dace77e2c28c645c177bc1 /testing/neko/nojit.patch
parentc2e9525aa4c8ae58c1e7e08856927ba53535458d (diff)
downloadaports-d8b8e7aa9cda382110db3d2f9a40bb7cdeea8ec1.tar.bz2
aports-d8b8e7aa9cda382110db3d2f9a40bb7cdeea8ec1.tar.xz
testing/neko: disable jit, which causes segfault
Diffstat (limited to 'testing/neko/nojit.patch')
-rw-r--r--testing/neko/nojit.patch11
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