From 33bd1f17af65e6c66fd7335d90db7801aab86039 Mon Sep 17 00:00:00 2001 From: ceriel Date: Tue, 9 Jun 1987 10:35:22 +0000 Subject: [PATCH] corrected syntax error --- mach/i86/libem/mli.s | 2 +- mach/i86/libem/set.s | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.34.1