Always returned non-zero value.
authorkeie <none@none>
Mon, 4 Mar 1985 15:25:33 +0000 (15:25 +0000)
committerkeie <none@none>
Mon, 4 Mar 1985 15:25:33 +0000 (15:25 +0000)
mach/m68k4/libem/cms.s

index 7b67d0f..7f134b8 100644 (file)
 1:
        cmp     (a0)+,(a1)+
        bne     2f
-       dbf     d0,1b
+       sub.l   #1,d0
+       bne     1b
 2:
        asl     #1,d1
        add     d1,sp
        move.l  d0,-(sp)
        jmp     (a2)
-.align 2