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, 0 insertions, 1 deletions
diff --git a/src/lj_traceerr.h b/src/lj_traceerr.h
index 6e02a053..89ab04d1 100644
--- a/src/lj_traceerr.h
+++ b/src/lj_traceerr.h
@@ -23,7 +23,6 @@ TREDEF(BADTYPE, "bad argument type")
23TREDEF(CJITOFF, "call to JIT-disabled function") 23TREDEF(CJITOFF, "call to JIT-disabled function")
24TREDEF(CUNROLL, "call unroll limit reached") 24TREDEF(CUNROLL, "call unroll limit reached")
25TREDEF(NYIRECU, "NYI: recursive calls") 25TREDEF(NYIRECU, "NYI: recursive calls")
26TREDEF(NYILNKF, "NYI: linking/patching function calls")
27TREDEF(NYIVF, "NYI: vararg function") 26TREDEF(NYIVF, "NYI: vararg function")
28TREDEF(NYICF, "NYI: C function %p") 27TREDEF(NYICF, "NYI: C function %p")
29TREDEF(NYIFF, "NYI: FastFunc %s") 28TREDEF(NYIFF, "NYI: FastFunc %s")