From: ceriel Date: Mon, 3 Sep 1990 10:25:57 +0000 (+0000) Subject: keep the names .csa and .csb for backwards compatibility X-Git-Tag: release-5-5~1574 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=b2ca3783c42cda92e22f14332355ffb3e16eb567;p=ack.git keep the names .csa and .csb for backwards compatibility --- diff --git a/mach/m68020/libem/csa.s b/mach/m68020/libem/csa.s index 80ef23f81..98a55903c 100644 --- a/mach/m68020/libem/csa.s +++ b/mach/m68020/libem/csa.s @@ -1,4 +1,5 @@ .define .csa4 +.define .csa .sect .text .sect .rom .sect .data @@ -8,6 +9,7 @@ ECASE=20 .sect .text .csa4: +.csa: ! jump table address in a0 ! index in d0 diff --git a/mach/m68020/libem/csb.s b/mach/m68020/libem/csb.s index 96b1530c0..97470414a 100644 --- a/mach/m68020/libem/csb.s +++ b/mach/m68020/libem/csb.s @@ -1,4 +1,5 @@ .define .csb4 +.define .csb .sect .text .sect .rom .sect .data @@ -8,6 +9,7 @@ ECASE=20 .sect .text .csb4: +.csb: ! case descriptor in a0 ! index in d0