]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
Small optimization.
authorToni Wilen <twilen@winuae.net>
Thu, 9 May 2019 19:53:39 +0000 (22:53 +0300)
committerToni Wilen <twilen@winuae.net>
Thu, 9 May 2019 19:53:39 +0000 (22:53 +0300)
utilities/stateload/asm.S

index 4b299371495fe2aec99ea4cd3a890d63f862b12b..693c65914d02753c7917842e209434ae8ce4d531 100644 (file)
@@ -138,6 +138,7 @@ _runit:
        move.w 4+4+60+4+2+2+4+4(a0),-(sp) | SR
        movem.l 4+4(a0),d0-d5
        movem.l 4+4+8*4+4+4(a0),a2-a6
+       add.w #4+4+6*4,a0
 
        move.w #0x1234,0xfc0000
 
@@ -156,6 +157,6 @@ _runit:
        swap d7
        move.b d7,0x100(a1)
        
-       movem.l 4+4+6*4(a0),d6-d7/a0-a1
+       movem.l (a0),d6-d7/a0-a1
        
        rte | GO! GO! GO!