diff options
Diffstat (limited to 'src')
| -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 0f38562b..12e90d03 100644 --- a/src/lj_traceerr.h +++ b/src/lj_traceerr.h | |||
| @@ -25,7 +25,7 @@ TREDEF(BADTYPE, "bad argument type") | |||
| 25 | TREDEF(CJITOFF, "JIT compilation disabled for function") | 25 | TREDEF(CJITOFF, "JIT compilation disabled for function") |
| 26 | TREDEF(CUNROLL, "call unroll limit reached") | 26 | TREDEF(CUNROLL, "call unroll limit reached") |
| 27 | TREDEF(DOWNREC, "down-recursion, restarting") | 27 | TREDEF(DOWNREC, "down-recursion, restarting") |
| 28 | TREDEF(NYICF, "NYI: C function %p") | 28 | TREDEF(NYICF, "NYI: C function %s") |
| 29 | TREDEF(NYIFF, "NYI: FastFunc %s") | 29 | TREDEF(NYIFF, "NYI: FastFunc %s") |
| 30 | TREDEF(NYIFFU, "NYI: unsupported variant of FastFunc %s") | 30 | TREDEF(NYIFFU, "NYI: unsupported variant of FastFunc %s") |
| 31 | TREDEF(NYIRETL, "NYI: return to lower frame") | 31 | TREDEF(NYIRETL, "NYI: return to lower frame") |
