Basilisk II and SheepShaver Macintosh emulators
Go to file
gbeauche 0db0d48bf0 Avoid the use of floating-point when loading/storing from/to memory. This
could have caused some rounding thus alterations to integer registers on
context switches when lfd/stfd instructions were used. e.g. cygwin compilers
defaulted to i686 code generation and exhibed this behaviour, you could also
see this behavior with -march=i586 -mtune=pentiumpro. GCC is perfectly right
to do those optimizations.
2005-03-20 23:07:11 +00:00
BasiliskII Check that drivers are installed (e.g. CD-ROM driver) 2005-03-19 19:01:49 +00:00
CVSROOT initial checkin 1999-10-03 14:16:16 +00:00
SheepShaver Avoid the use of floating-point when loading/storing from/to memory. This 2005-03-20 23:07:11 +00:00