From: ceriel Date: Mon, 16 Nov 1987 15:52:57 +0000 (+0000) Subject: replaced some move.w by move.l X-Git-Tag: release-5-5~3725 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=f00951f788fd8385bf4ad6de14e52f9f95298a24;p=ack.git replaced some move.w by move.l --- diff --git a/mach/m68k4/libem/csa.s b/mach/m68k4/libem/csa.s index 9b8a483d0..490c22c90 100644 --- a/mach/m68k4/libem/csa.s +++ b/mach/m68k4/libem/csa.s @@ -26,7 +26,7 @@ 3: rts ! not a real rts 2: - move.w #ECASE,-(sp) + move.l #ECASE,-(sp) jmp .fatal .align 2 diff --git a/mach/m68k4/libem/dvu.s b/mach/m68k4/libem/dvu.s index 5053b396c..902cd5ab7 100644 --- a/mach/m68k4/libem/dvu.s +++ b/mach/m68k4/libem/dvu.s @@ -17,7 +17,7 @@ move.l d3,-(sp) tst.l d2 bne 0f - move.w #EIDIVZ,-(sp) + move.l #EIDIVZ,-(sp) jsr .trp 0: clr.l d0 diff --git a/mach/m68k4/libem/lfr.s b/mach/m68k4/libem/lfr.s index 3b4ed5288..0a566e0ca 100644 --- a/mach/m68k4/libem/lfr.s +++ b/mach/m68k4/libem/lfr.s @@ -24,6 +24,6 @@ 3: jmp(a0) 4: - move.w #EILLINS,-(sp) + move.l #EILLINS,-(sp) jmp .fatal .align 2 diff --git a/mach/m68k4/libem/ret.s b/mach/m68k4/libem/ret.s index c530e362e..4a4a1054b 100644 --- a/mach/m68k4/libem/ret.s +++ b/mach/m68k4/libem/ret.s @@ -25,6 +25,6 @@ unlk a6 rts 4: - move.w #EILLINS,-(sp) + move.l #EILLINS,-(sp) jmp .fatal .align 2