Browse Source

Fix NYICF error message.

Thanks to Vyacheslav Egorov.
Mike Pall 10 years ago
parent
commit
424940ffc3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lj_traceerr.h

+ 1 - 1
src/lj_traceerr.h

@@ -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")