|
From: Thorsten O. <ad...@th...> - 2025-10-04 10:38:47
|
On Samstag, 4. Oktober 2025 12:12:15 CEST Miro Kropáček wrote: > To me it looks like a random addition with no particular purpose. I agree, that saving of sr seems superfluous. What also buffles me: shouldn't the part inside `ifdef MMU040` (which is now `#if defined (M68040) || defined (M68060)` in current code) accompanied by a runtime check of the cpu actually in use? Otherwise code that is compiled for m68020-60, with only M68030 being defined, will always fall into the 68030 case. |