Chromatic <[EMAIL PROTECTED]> wrote: > On Tue, 2004-06-22 at 11:03, Leopold Toetsch wrote:
>> > More NCI definitions needed to make things pass on OS X. >> Thanks. I really shouldn't forget to update call_list.txt. > Would figuring out how to make the PPC JIT set up NCI calls help with > that? It would move the problem to a different architecture. *But* implementing JITed NCI is always a good thing. Since my last patch WRT that, it can be done step by step. E.g. implement 'v' (void), then implement 'i' (int) and so on. If a signature char isn't found, the fallback in nci.c is used (if the JIT function returns NULL). > Not particularly volunteering, just asking. *g leo