diff options
Diffstat (limited to 'src/lj_traceerr.h')
-rw-r--r-- | src/lj_traceerr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lj_traceerr.h b/src/lj_traceerr.h index db7668fe..7b0dd813 100644 --- a/src/lj_traceerr.h +++ b/src/lj_traceerr.h | |||
@@ -22,6 +22,7 @@ TREDEF(LUNROLL, "loop unroll limit reached") | |||
22 | TREDEF(BADTYPE, "bad argument type") | 22 | TREDEF(BADTYPE, "bad argument type") |
23 | TREDEF(CJITOFF, "call to JIT-disabled function") | 23 | TREDEF(CJITOFF, "call to JIT-disabled function") |
24 | TREDEF(CUNROLL, "call unroll limit reached") | 24 | TREDEF(CUNROLL, "call unroll limit reached") |
25 | TREDEF(DOWNREC, "down-recursion, restarting") | ||
25 | TREDEF(NYIVF, "NYI: vararg function") | 26 | TREDEF(NYIVF, "NYI: vararg function") |
26 | TREDEF(NYICF, "NYI: C function %p") | 27 | TREDEF(NYICF, "NYI: C function %p") |
27 | TREDEF(NYIFF, "NYI: FastFunc %s") | 28 | TREDEF(NYIFF, "NYI: FastFunc %s") |