From cf8d769c732d346272a1a5e7c526829f4c67d1d0 Mon Sep 17 00:00:00 2001 From: ceriel Date: Fri, 27 Mar 1987 09:06:28 +0000 Subject: [PATCH] fixed --- mach/m68k4/libem/cuu.s | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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) -- 2.34.1