From d8b8e7aa9cda382110db3d2f9a40bb7cdeea8ec1 Mon Sep 17 00:00:00 2001 From: Andy Li Date: Thu, 19 Oct 2017 16:45:22 +0800 Subject: testing/neko: disable jit, which causes segfault --- testing/neko/nojit.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 testing/neko/nojit.patch (limited to 'testing/neko/nojit.patch') 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 -- cgit v1.2.3