diff options
Diffstat (limited to 'src/lj_errmsg.h')
-rw-r--r-- | src/lj_errmsg.h | 4 |
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)") | |||
101 | ERRDEF(BADMODN, "name conflict for module " LUA_QS) | 101 | ERRDEF(BADMODN, "name conflict for module " LUA_QS) |
102 | #if LJ_HASJIT | 102 | #if LJ_HASJIT |
103 | ERRDEF(JITPROT, "runtime code generation failed, restricted kernel?") | 103 | ERRDEF(JITPROT, "runtime code generation failed, restricted kernel?") |
104 | #if LJ_TARGET_X86ORX64 | ||
105 | ERRDEF(NOJIT, "JIT compiler disabled, CPU does not support SSE2") | ||
106 | #else | ||
107 | ERRDEF(NOJIT, "JIT compiler disabled") | 104 | ERRDEF(NOJIT, "JIT compiler disabled") |
108 | #endif | ||
109 | #elif defined(LJ_ARCH_NOJIT) | 105 | #elif defined(LJ_ARCH_NOJIT) |
110 | ERRDEF(NOJIT, "no JIT compiler for this architecture (yet)") | 106 | ERRDEF(NOJIT, "no JIT compiler for this architecture (yet)") |
111 | #else | 107 | #else |