Allow linking to already compiled functions.

This commit is contained in:
Mike Pall
2010-02-18 19:37:30 +01:00
parent b11eeab906
commit bbe7d818d9
2 changed files with 24 additions and 8 deletions

View File

@@ -23,7 +23,6 @@ TREDEF(BADTYPE, "bad argument type")
TREDEF(CJITOFF, "call to JIT-disabled function")
TREDEF(CUNROLL, "call unroll limit reached")
TREDEF(NYIRECU, "NYI: recursive calls")
TREDEF(NYILNKF, "NYI: linking/patching function calls")
TREDEF(NYIVF, "NYI: vararg function")
TREDEF(NYICF, "NYI: C function %p")
TREDEF(NYIFF, "NYI: FastFunc %s")