summaryrefslogtreecommitdiff
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 e212dd4c..f0c45963 100644
--- a/src/lj_traceerr.h
+++ b/src/lj_traceerr.h
@@ -35,6 +35,7 @@ TREDEF(IDXLOOP, "looping index lookup")
35TREDEF(NYITMIX, "NYI: mixed sparse/dense table") 35TREDEF(NYITMIX, "NYI: mixed sparse/dense table")
36 36
37/* Recording C data operations. */ 37/* Recording C data operations. */
38TREDEF(NOCACHE, "symbol not in cache")
38TREDEF(NYICONV, "NYI: unsupported C type conversion") 39TREDEF(NYICONV, "NYI: unsupported C type conversion")
39 40
40/* Optimizations. */ 41/* Optimizations. */