From: ceriel Date: Wed, 22 Feb 1989 17:18:17 +0000 (+0000) Subject: changed interface to CSA and CSB X-Git-Tag: release-5-5~2557 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=13c2a9a2a5c64e7ba3d972784be5c04de1ac9ab3;p=ack.git changed interface to CSA and CSB --- diff --git a/mach/m68k4/libem/csa.s b/mach/m68k4/libem/csa.s index 490c22c90..657b4c86c 100644 --- a/mach/m68k4/libem/csa.s +++ b/mach/m68k4/libem/csa.s @@ -6,8 +6,8 @@ .sect .text .csa: - move.l (sp)+,a0 ! case descriptor - move.l (sp)+,d0 ! index + ! case descriptor in a0 + ! index in d0 move.l (a0)+,a1 ! default address sub.l (a0)+,d0 ! index - lower bound blt 1f diff --git a/mach/m68k4/libem/csb.s b/mach/m68k4/libem/csb.s index c97afab39..ac623d9f1 100644 --- a/mach/m68k4/libem/csb.s +++ b/mach/m68k4/libem/csb.s @@ -6,8 +6,8 @@ .sect .text .csb: - move.l (sp)+,a0 ! case descriptor - move.l (sp)+,d0 ! index + ! case descriptor in a0 + ! index in d0 move.l (a0)+,a1 ! default jump address move.l (a0)+,d1 ! # entries beq 2f