changed interface to CSA and CSB
authorceriel <none@none>
Wed, 22 Feb 1989 17:18:17 +0000 (17:18 +0000)
committerceriel <none@none>
Wed, 22 Feb 1989 17:18:17 +0000 (17:18 +0000)
mach/m68k4/libem/csa.s
mach/m68k4/libem/csb.s

index 490c22c..657b4c8 100644 (file)
@@ -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
index c97afab..ac623d9 100644 (file)
@@ -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