corrected syntax error
authorceriel <none@none>
Tue, 9 Jun 1987 10:35:22 +0000 (10:35 +0000)
committerceriel <none@none>
Tue, 9 Jun 1987 10:35:22 +0000 (10:35 +0000)
mach/i86/libem/mli.s
mach/i86/libem/set.s

index 57e329a..a8dbe3d 100644 (file)
@@ -29,7 +29,7 @@
        mov     8(bx),cx
        pop     ax
        pop     dx
-       jsr    .mli4
+       call   .mli4
        pop     bx
        push    dx
        push    ax
index 9de695e..f8d5ddf 100644 (file)
@@ -15,7 +15,7 @@
        xor     di,di
        sar     cx,1
 1:
-       mov     dx,4(di)(bx)
+       mov     dx,4(bx)(di)
        add     di,2
        loop    1b
 !endif