From: ceriel Date: Wed, 10 Jun 1987 10:33:19 +0000 (+0000) Subject: bug fix X-Git-Tag: release-5-5~4081 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=e43a1b00f67cd5ea2479b96aa86045ae196b238c;p=ack.git bug fix --- diff --git a/mach/i86/libem/sti.s b/mach/i86/libem/sti.s index 296b70545..097580b8e 100644 --- a/mach/i86/libem/sti.s +++ b/mach/i86/libem/sti.s @@ -17,10 +17,10 @@ mov di,dx jmp bx 1: - mov bx,si + mov ax,si mov si,sp rep movs mov sp,si mov di,dx - mov si,bx + mov si,ax jmp bx