From: ceriel Date: Thu, 9 Jul 1987 17:46:31 +0000 (+0000) Subject: fix: sbu was wrong for 4-4 X-Git-Tag: release-5-5~4022 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=f12358bfb078c6fa135291b27db182fd9d33f424;p=ack.git fix: sbu was wrong for 4-4 --- diff --git a/mach/mantra/int/mloop7 b/mach/mantra/int/mloop7 index 48e3fa49b..8ca62c23a 100644 --- a/mach/mantra/int/mloop7 +++ b/mach/mantra/int/mloop7 @@ -20,7 +20,7 @@ sbu_l: adroff ; move.w (a5),d0 0: checksize 2: move.w (sp)+,d1 ; sub.w d1,(sp) jmp (a4) -4: move.w (sp)+,d1 ; sub.l d1,(sp) +4: move.l (sp)+,d1 ; sub.l d1,(sp) jmp (a4) !------------------------------------------------------------------------------