From: ceriel Date: Wed, 4 Feb 1987 17:22:08 +0000 (+0000) Subject: Added a few "nocoercions :" X-Git-Tag: release-5-5~4762 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=45105f16c61d76607fc3549596838d9764ea133c;p=ack.git Added a few "nocoercions :" --- 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)