diff options
Diffstat (limited to '')
-rw-r--r-- | src/lj_traceerr.h | 2 |
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") | |||
20 | 20 | ||
21 | /* Recording calls/returns. */ | 21 | /* Recording calls/returns. */ |
22 | TREDEF(BADTYPE, "bad argument type") | 22 | TREDEF(BADTYPE, "bad argument type") |
23 | TREDEF(CJITOFF, "call to JIT-disabled function") | 23 | TREDEF(CJITOFF, "JIT compilation disabled for function") |
24 | TREDEF(CUNROLL, "call unroll limit reached") | 24 | TREDEF(CUNROLL, "call unroll limit reached") |
25 | TREDEF(DOWNREC, "down-recursion, restarting") | 25 | TREDEF(DOWNREC, "down-recursion, restarting") |
26 | TREDEF(NYICF, "NYI: C function %p") | 26 | TREDEF(NYICF, "NYI: C function %p") |