aboutsummaryrefslogtreecommitdiff
path: root/src/lj_traceerr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lj_traceerr.h')
-rw-r--r--src/lj_traceerr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lj_traceerr.h b/src/lj_traceerr.h
index f0c45963..756330ec 100644
--- a/src/lj_traceerr.h
+++ b/src/lj_traceerr.h
@@ -37,6 +37,7 @@ TREDEF(NYITMIX, "NYI: mixed sparse/dense table")
37/* Recording C data operations. */ 37/* Recording C data operations. */
38TREDEF(NOCACHE, "symbol not in cache") 38TREDEF(NOCACHE, "symbol not in cache")
39TREDEF(NYICONV, "NYI: unsupported C type conversion") 39TREDEF(NYICONV, "NYI: unsupported C type conversion")
40TREDEF(NYICALL, "NYI: unsupported C function type")
40 41
41/* Optimizations. */ 42/* Optimizations. */
42TREDEF(GFAIL, "guard would always fail") 43TREDEF(GFAIL, "guard would always fail")