]> git.ipfire.org Git - thirdparty/LuaJIT.git/commitdiff
Fix NYICF error message.
authorMike Pall <mike>
Wed, 19 Aug 2015 22:49:20 +0000 (00:49 +0200)
committerMike Pall <mike>
Wed, 19 Aug 2015 22:49:20 +0000 (00:49 +0200)
Thanks to Vyacheslav Egorov.

src/lj_traceerr.h

index 9bef117aba1293c49980b6030b777964ecc60a6e..150ac2db240d244cd2a6a1d65ae17323400e5ffd 100644 (file)
@@ -23,7 +23,7 @@ TREDEF(BADTYPE,       "bad argument type")
 TREDEF(CJITOFF,        "JIT compilation disabled for function")
 TREDEF(CUNROLL,        "call unroll limit reached")
 TREDEF(DOWNREC,        "down-recursion, restarting")
-TREDEF(NYICF,  "NYI: C function %p")
+TREDEF(NYICF,  "NYI: C function %s")
 TREDEF(NYIFF,  "NYI: FastFunc %s")
 TREDEF(NYIFFU, "NYI: unsupported variant of FastFunc %s")
 TREDEF(NYIRETL,        "NYI: return to lower frame")