From: ceriel Date: Fri, 27 Mar 1987 09:06:28 +0000 (+0000) Subject: fixed X-Git-Tag: release-5-5~4321 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=cf8d769c732d346272a1a5e7c526829f4c67d1d0;p=ack.git fixed --- diff --git a/mach/m68k4/libem/cuu.s b/mach/m68k4/libem/cuu.s index f6587e774..ce8bdd6b5 100644 --- a/mach/m68k4/libem/cuu.s +++ b/mach/m68k4/libem/cuu.s @@ -11,15 +11,15 @@ .cui: .cuu: move.l (sp)+,a0 ! return address - move (sp)+,d0 ! destination size - sub (sp)+,d0 + move.l (sp)+,d0 ! destination size + sub.l (sp)+,d0 bgt 1f - sub d0,sp + sub.l d0,sp jmp (a0) 1: - asr #1,d0 + asr.l #2,d0 2: - clr -(sp) + clr.l -(sp) dbf d0,2b jmp (a0)