Added a few "nocoercions :"
authorceriel <none@none>
Wed, 4 Feb 1987 17:22:08 +0000 (17:22 +0000)
committerceriel <none@none>
Wed, 4 Feb 1987 17:22:08 +0000 (17:22 +0000)
mach/i86/cg/table

index 82049d1..3929bd0 100644 (file)
@@ -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)