diff options
Diffstat (limited to 'src/lj_traceerr.h')
-rw-r--r-- | src/lj_traceerr.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lj_traceerr.h b/src/lj_traceerr.h index ecba11a6..0156a664 100644 --- a/src/lj_traceerr.h +++ b/src/lj_traceerr.h | |||
@@ -7,10 +7,12 @@ | |||
7 | 7 | ||
8 | /* Recording. */ | 8 | /* Recording. */ |
9 | TREDEF(RECERR, "error thrown or hook called during recording") | 9 | TREDEF(RECERR, "error thrown or hook called during recording") |
10 | TREDEF(TRACEUV, "trace too short") | ||
10 | TREDEF(TRACEOV, "trace too long") | 11 | TREDEF(TRACEOV, "trace too long") |
11 | TREDEF(STACKOV, "trace too deep") | 12 | TREDEF(STACKOV, "trace too deep") |
12 | TREDEF(SNAPOV, "too many snapshots") | 13 | TREDEF(SNAPOV, "too many snapshots") |
13 | TREDEF(BLACKL, "blacklisted") | 14 | TREDEF(BLACKL, "blacklisted") |
15 | TREDEF(RETRY, "retry recording") | ||
14 | TREDEF(NYIBC, "NYI: bytecode %d") | 16 | TREDEF(NYIBC, "NYI: bytecode %d") |
15 | 17 | ||
16 | /* Recording loop ops. */ | 18 | /* Recording loop ops. */ |
@@ -23,8 +25,6 @@ TREDEF(BADTYPE, "bad argument type") | |||
23 | TREDEF(CJITOFF, "JIT compilation disabled for function") | 25 | TREDEF(CJITOFF, "JIT compilation disabled for function") |
24 | TREDEF(CUNROLL, "call unroll limit reached") | 26 | TREDEF(CUNROLL, "call unroll limit reached") |
25 | TREDEF(DOWNREC, "down-recursion, restarting") | 27 | TREDEF(DOWNREC, "down-recursion, restarting") |
26 | TREDEF(NYICF, "NYI: C function %s") | ||
27 | TREDEF(NYIFF, "NYI: FastFunc %s") | ||
28 | TREDEF(NYIFFU, "NYI: unsupported variant of FastFunc %s") | 28 | TREDEF(NYIFFU, "NYI: unsupported variant of FastFunc %s") |
29 | TREDEF(NYIRETL, "NYI: return to lower frame") | 29 | TREDEF(NYIRETL, "NYI: return to lower frame") |
30 | 30 | ||