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