On Wed, Dec 04, 2002 at 02:13:05PM -0600, Bill Lash wrote: > > > It looks like there is some assembler code for PowerPC platforms in the 99xxstat.h >file. > > > There is a line > > #ifdef __POWERPC__ > > That you could change to > > #if 0 > > to use the non assembler versions of those functions. I am not sure why the PowerPC > assembler is not working on your platform though.
It appears to just be a problem for the gcc-3.1.x that's bundled with OS X. Using 2.95.2 via gcc2, the asm error doesn't occur. _______________________________________________ Xmame mailing list [EMAIL PROTECTED] http://toybox.twisted.org.uk/mailman/listinfo/xmame
