use STS and LOS routines
authorceriel <none@none>
Thu, 19 Jan 1989 09:16:15 +0000 (09:16 +0000)
committerceriel <none@none>
Thu, 19 Jan 1989 09:16:15 +0000 (09:16 +0000)
mach/i86/ce/EM_table

index 30833b7..efac973 100644 (file)
@@ -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).