From b1e2f3352c37ae72725586a5645fa1b4ccbe90b0 Mon Sep 17 00:00:00 2001 From: ceriel Date: Mon, 16 Nov 1987 15:52:57 +0000 Subject: [PATCH] replaced some move.w by move.l --- mach/m68k4/libem/csa.s | 2 +- mach/m68k4/libem/dvu.s | 2 +- mach/m68k4/libem/lfr.s | 2 +- mach/m68k4/libem/ret.s | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mach/m68k4/libem/csa.s b/mach/m68k4/libem/csa.s index 9b8a483d..490c22c9 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 5053b396..902cd5ab 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 3b4ed528..0a566e0c 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 c530e362..4a4a1054 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