A sti 8 of a regdef8 token went into panic mode. Fixed.
authorsater <none@none>
Fri, 20 Jul 1984 10:32:48 +0000 (10:32 +0000)
committersater <none@none>
Fri, 20 Jul 1984 10:32:48 +0000 (10:32 +0000)
mach/pdp/cg/table

index a2d17ac..6f14e03 100644 (file)
@@ -456,6 +456,13 @@ sti $1==8       | dadres2 DBL_REG |
                        INDSTORE
                        "movf %[2],%[1.ind]"
                        samecc                                  |       | |
+...            | SCR_REG regdef8 |
+                       INDSTORE
+                       "mov (%[2.reg]),(%[1])+"
+                       "mov 2(%[2.reg]),(%[1])+"
+                       "mov 4(%[2.reg]),(%[1])+"
+                       "mov 6(%[2.reg]),(%[1])"
+                       erase(%[1])                             |       | |
 ...            | SCR_REG regind8 |
                        INDSTORE
                        "mov %[2.ind](%[2.reg]),(%[1])+"