Explorar o código

Merge branch 'master' into v2.1

Mike Pall %!s(int64=10) %!d(string=hai) anos
pai
achega
b86fc2b36a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/lj_traceerr.h

+ 1 - 1
src/lj_traceerr.h

@@ -25,7 +25,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")