From: ceriel Date: Wed, 24 Nov 1993 12:39:21 +0000 (+0000) Subject: define .cs[ab]4 instead of .cs[ab] X-Git-Tag: release-5-5~192 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=a3de95550e836c20ad1ea43782e807fdb11476aa;p=ack.git define .cs[ab]4 instead of .cs[ab] --- diff --git a/mach/m68k4/libem/csa.s b/mach/m68k4/libem/csa.s index 657b4c86c..1d20ed5f0 100644 --- a/mach/m68k4/libem/csa.s +++ b/mach/m68k4/libem/csa.s @@ -1,11 +1,11 @@ -.define .csa +.define .csa4 .sect .text .sect .rom .sect .data .sect .bss .sect .text -.csa: +.csa4: ! case descriptor in a0 ! index in d0 move.l (a0)+,a1 ! default address diff --git a/mach/m68k4/libem/csb.s b/mach/m68k4/libem/csb.s index ac623d9f1..0c785988e 100644 --- a/mach/m68k4/libem/csb.s +++ b/mach/m68k4/libem/csb.s @@ -1,11 +1,11 @@ -.define .csb +.define .csb4 .sect .text .sect .rom .sect .data .sect .bss .sect .text -.csb: +.csb4: ! case descriptor in a0 ! index in d0 move.l (a0)+,a1 ! default jump address