[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[MiNT] Atari 030 patch for mmu030.S in current CVS
I've found why FreeMiNT 1.16.x won't work on my TT, and below is a patch
to fix it.
It seems that a pop from the stack had crept into the mmu030.S file.
Alan.
Index: sys/arch/mmu030.S
===================================================================
RCS file: /mint/freemint/sys/arch/mmu030.S,v
retrieving revision 1.7
diff -u -r1.7 mmu030.S
--- sys/arch/mmu030.S 7 May 2005 08:58:16 -0000 1.7
+++ sys/arch/mmu030.S 1 Aug 2005 13:17:50 -0000
@@ -72,7 +72,6 @@
pmove 4(sp),crp // caution: crp is 8 bytes
pflusha
pmove 0xc(sp),tc
- movem.l (sp)+,d0-d2/a0-a2
rts
set_mmu_called_st_ram: