diff --git a/mach/i86/libem/mli.s b/mach/i86/libem/mli.s index 57e329a75..a8dbe3d51 100644 --- a/mach/i86/libem/mli.s +++ b/mach/i86/libem/mli.s @@ -29,7 +29,7 @@ mov 8(bx),cx pop ax pop dx - jsr .mli4 + call .mli4 pop bx push dx push ax diff --git a/mach/i86/libem/set.s b/mach/i86/libem/set.s index 9de695e41..f8d5ddf2f 100644 --- a/mach/i86/libem/set.s +++ b/mach/i86/libem/set.s @@ -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