diff options
Diffstat (limited to 'src/lj_traceerr.h')
-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 19ce30ad..08134dc5 100644 --- a/src/lj_traceerr.h +++ b/src/lj_traceerr.h | |||
@@ -13,7 +13,7 @@ TREDEF(STACKOV, "trace too deep") | |||
13 | TREDEF(SNAPOV, "too many snapshots") | 13 | TREDEF(SNAPOV, "too many snapshots") |
14 | TREDEF(BLACKL, "blacklisted") | 14 | TREDEF(BLACKL, "blacklisted") |
15 | TREDEF(RETRY, "retry recording") | 15 | TREDEF(RETRY, "retry recording") |
16 | TREDEF(NYIBC, "NYI: bytecode %d") | 16 | TREDEF(NYIBC, "NYI: bytecode %s") |
17 | 17 | ||
18 | /* Recording loop ops. */ | 18 | /* Recording loop ops. */ |
19 | TREDEF(LLEAVE, "leaving loop in root trace") | 19 | TREDEF(LLEAVE, "leaving loop in root trace") |