aboutsummaryrefslogtreecommitdiff
path: root/src/lj_errmsg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lj_errmsg.h')
-rw-r--r--src/lj_errmsg.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lj_errmsg.h b/src/lj_errmsg.h
index efb7c3f3..9110dc7e 100644
--- a/src/lj_errmsg.h
+++ b/src/lj_errmsg.h
@@ -101,11 +101,7 @@ ERRDEF(STRGSRV, "invalid replacement value (a %s)")
101ERRDEF(BADMODN, "name conflict for module " LUA_QS) 101ERRDEF(BADMODN, "name conflict for module " LUA_QS)
102#if LJ_HASJIT 102#if LJ_HASJIT
103ERRDEF(JITPROT, "runtime code generation failed, restricted kernel?") 103ERRDEF(JITPROT, "runtime code generation failed, restricted kernel?")
104#if LJ_TARGET_X86ORX64
105ERRDEF(NOJIT, "JIT compiler disabled, CPU does not support SSE2")
106#else
107ERRDEF(NOJIT, "JIT compiler disabled") 104ERRDEF(NOJIT, "JIT compiler disabled")
108#endif
109#elif defined(LJ_ARCH_NOJIT) 105#elif defined(LJ_ARCH_NOJIT)
110ERRDEF(NOJIT, "no JIT compiler for this architecture (yet)") 106ERRDEF(NOJIT, "no JIT compiler for this architecture (yet)")
111#else 107#else