summaryrefslogtreecommitdiff
path: root/src/lj_traceerr.h
diff options
context:
space:
mode:
authorMike Pall <mike>2013-11-22 05:42:56 +0100
committerMike Pall <mike>2013-11-22 05:42:56 +0100
commitf371ed6bd8741834b4b0278cf2c9e95e32f2cb26 (patch)
tree52c4c461288427cf2705a36af2f8d485bf6b50d8 /src/lj_traceerr.h
parent9d909883474e0079227aed20a50122b5969ed429 (diff)
downloadluajit2-f371ed6bd8741834b4b0278cf2c9e95e32f2cb26.tar.gz
Respect jit.off(func) when returning to a function, too.
Diffstat (limited to 'src/lj_traceerr.h')
-rw-r--r--src/lj_traceerr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_traceerr.h b/src/lj_traceerr.h
index 2ef4ad63..8f463ca6 100644
--- a/src/lj_traceerr.h
+++ b/src/lj_traceerr.h
@@ -20,7 +20,7 @@ TREDEF(LUNROLL, "loop unroll limit reached")
/* Recording calls/returns. */
TREDEF(BADTYPE, "bad argument type")
-TREDEF(CJITOFF, "call to JIT-disabled function")
+TREDEF(CJITOFF, "JIT compilation disabled for function")
TREDEF(CUNROLL, "call unroll limit reached")
TREDEF(DOWNREC, "down-recursion, restarting")
TREDEF(NYICF, "NYI: C function %p")