From b83fca4445ddc09928c79ac034eed1f79c6045e6 Mon Sep 17 00:00:00 2001 From: ceriel Date: Thu, 19 Jan 1989 09:16:15 +0000 Subject: [PATCH] use STS and LOS routines --- mach/i86/ce/EM_table | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mach/i86/ce/EM_table b/mach/i86/ce/EM_table index 30833b7a5..efac973f7 100644 --- a/mach/i86/ce/EM_table +++ b/mach/i86/ce/EM_table @@ -74,7 +74,7 @@ C_loi C_los $1 == 2 ==> "pop cx"; "pop bx"; - "call .loi". + "call .los". default ==> arg_error( "C_los", $1). @@ -133,7 +133,7 @@ C_sti C_sts $1 == 2 ==> "pop cx"; "pop bx"; - "call .sti". + "call .sts". default ==> arg_error( "C_sts", $1). -- 2.34.1