The Sparc problem was that I "cleaned up" the global DEF_PROG_COUNTER.
Um, shouldn't that cause a compilation error rather than a core dump (which is what I get on SPARC)?
/ Marcus Comstedt (ACROSS) (Hail Ilpalazzo!)
Previous text:
2003-08-07 20:46: Subject: Machine code efficiency
The Sparc problem was that I "cleaned up" the global DEF_PROG_COUNTER. It's now reinstated as GLOBAL_DEF_PROG_COUNTER (the ia32 support with MSVC needs to have one that isn't used both globally and in every opcode function).
So the ppc32 problem must be something different, but what it is I have no idea about. The intention was that nothing would change if OPCODE_RETURN_JUMPADDR isn't defined. Anyway, it's hopefully a non-issue soon.
/ Martin Stjernholm, Roxen IS