mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 23:24:09 +00:00
Merge branch 'master' into v2.1
This commit is contained in:
commit
b86fc2b36a
@ -25,7 +25,7 @@ TREDEF(BADTYPE, "bad argument type")
|
|||||||
TREDEF(CJITOFF, "JIT compilation disabled for function")
|
TREDEF(CJITOFF, "JIT compilation disabled for function")
|
||||||
TREDEF(CUNROLL, "call unroll limit reached")
|
TREDEF(CUNROLL, "call unroll limit reached")
|
||||||
TREDEF(DOWNREC, "down-recursion, restarting")
|
TREDEF(DOWNREC, "down-recursion, restarting")
|
||||||
TREDEF(NYICF, "NYI: C function %p")
|
TREDEF(NYICF, "NYI: C function %s")
|
||||||
TREDEF(NYIFF, "NYI: FastFunc %s")
|
TREDEF(NYIFF, "NYI: FastFunc %s")
|
||||||
TREDEF(NYIFFU, "NYI: unsupported variant of FastFunc %s")
|
TREDEF(NYIFFU, "NYI: unsupported variant of FastFunc %s")
|
||||||
TREDEF(NYIRETL, "NYI: return to lower frame")
|
TREDEF(NYIRETL, "NYI: return to lower frame")
|
||||||
|
Loading…
Reference in New Issue
Block a user