From 4cef8036e78767dcda0f34675ec6619bdca0768c Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Thu, 9 May 2019 22:53:39 +0300 Subject: [PATCH] Small optimization. --- utilities/stateload/asm.S | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/utilities/stateload/asm.S b/utilities/stateload/asm.S index 4b299371..693c6591 100644 --- a/utilities/stateload/asm.S +++ b/utilities/stateload/asm.S @@ -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! -- 2.47.3