mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-01-12 16:30:44 +00:00
0db0d48bf0
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.