From a89ba7074f6b189dcea8837d9ea9245a6722341f Mon Sep 17 00:00:00 2001 From: keie Date: Mon, 4 Mar 1985 15:25:33 +0000 Subject: [PATCH] Always returned non-zero value. --- mach/m68k4/libem/cms.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.34.1