aboutsummaryrefslogtreecommitdiff
path: root/src/lj_errmsg.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lj_errmsg.h1
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"))
100ERRDEF(STRGSRV, "invalid replacement value (a %s)") 100ERRDEF(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?")
103#if LJ_TARGET_X86ORX64 104#if LJ_TARGET_X86ORX64
104ERRDEF(NOJIT, "JIT compiler disabled, CPU does not support SSE2") 105ERRDEF(NOJIT, "JIT compiler disabled, CPU does not support SSE2")
105#else 106#else