diff options
Diffstat (limited to '')
-rw-r--r-- | src/lj_errmsg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lj_errmsg.h b/src/lj_errmsg.h index e62dc237..8f01fdc7 100644 --- a/src/lj_errmsg.h +++ b/src/lj_errmsg.h | |||
@@ -100,6 +100,7 @@ ERRDEF(STRFMT, "invalid option " LUA_QS " to " LUA_QL("format")) | |||
100 | ERRDEF(STRGSRV, "invalid replacement value (a %s)") | 100 | 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 | #if LJ_TARGET_X86ORX64 | 104 | #if LJ_TARGET_X86ORX64 |
104 | ERRDEF(NOJIT, "JIT compiler disabled, CPU does not support SSE2") | 105 | ERRDEF(NOJIT, "JIT compiler disabled, CPU does not support SSE2") |
105 | #else | 106 | #else |