From 45105f16c61d76607fc3549596838d9764ea133c Mon Sep 17 00:00:00 2001 From: ceriel Date: Wed, 4 Feb 1987 17:22:08 +0000 Subject: [PATCH] Added a few "nocoercions :" --- mach/i86/cg/table | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mach/i86/cg/table b/mach/i86/cg/table index 82049d188..3929bd027 100644 --- a/mach/i86/cg/table +++ b/mach/i86/cg/table @@ -365,7 +365,7 @@ sti $1==2 | ADDREG regorconst | ... | nocoercions : reg_off STACK | remove(referals) "pop %[1]" samecc | | | -... | ADDR_LOCAL | | | stl %[1.ind] | +... | nocoercions : ADDR_LOCAL | | | stl %[1.ind] | ... | bpreg_off regorconst | remove(all_locals) remove(indexed) @@ -462,7 +462,7 @@ sdf | ADDREG regorconst regorconst | "pop $1+%[1]" "pop %($1+2%)+%[1]" samecc | | | /* Funny things happen when the sign changes in the stl parameters */ -... | ADDR_LOCAL | | | stl %[1.ind]+$1 stl %[1.ind]+$1+2 | +... | nocoercions: ADDR_LOCAL | | | stl %[1.ind]+$1 stl %[1.ind]+$1+2 | ... | bpreg_off regorconst regorconst | remove(all_locals) remove(indexed) -- 2.34.1