From f45eda8c23d7690ce28704df1baba7067fbc81f5 Mon Sep 17 00:00:00 2001 From: ceriel Date: Tue, 16 May 1989 15:44:49 +0000 Subject: [PATCH] call .sts instead of .sti for STS instruction --- mach/i86/cg/table | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mach/i86/cg/table b/mach/i86/cg/table index 2b407a557..2efa3ff9a 100644 --- a/mach/i86/cg/table +++ b/mach/i86/cg/table @@ -528,7 +528,7 @@ sti $1>4 | X_BXREG | */ sts $1==2 | X_CXREG X_BXREG | remove(ALL) - "call .sti" + "call .sts" erase(%[1]) erase(%[2]) | | | sdl | regorconst regorconst | | %[2] %[1] | stl $1 stl $1+2 | ... | nocoercions: STACK | | | stl $1 stl $1+2 | -- 2.34.1