Thursday, February 2, 2006, 12:00:09 PM, Nicolas Cannasse wrote: >> Any chance the machine registers Neko uses are being clobbered?
> Yes that's one the things to check, although Neko only use registers > that should be "safe", and GCC should break when he can't allocate > needed registers. > Doug try to change in vm/interp.c : > #if defined(__GNUC__) && defined(__i386__) > to > #if false > This should disable manual register allocation for GCC. It didn't make any difference. e -- Neko : One VM to run them all (http://nekovm.org)
