From: keie Date: Mon, 4 Mar 1985 15:25:33 +0000 (+0000) Subject: Always returned non-zero value. X-Git-Tag: release-5-5~5581 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=a89ba7074f6b189dcea8837d9ea9245a6722341f;p=ack.git Always returned non-zero value. --- diff --git a/mach/m68k4/libem/cms.s b/mach/m68k4/libem/cms.s index 7b67d0fe7..7f134b8cd 100644 --- a/mach/m68k4/libem/cms.s +++ b/mach/m68k4/libem/cms.s @@ -13,10 +13,10 @@ 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