From e43a1b00f67cd5ea2479b96aa86045ae196b238c Mon Sep 17 00:00:00 2001 From: ceriel Date: Wed, 10 Jun 1987 10:33:19 +0000 Subject: [PATCH] bug fix --- mach/i86/libem/sti.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.34.1