From: sater Date: Fri, 20 Jul 1984 10:32:48 +0000 (+0000) Subject: A sti 8 of a regdef8 token went into panic mode. Fixed. X-Git-Tag: release-5-5~6156 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=eb823929a168dad2abfabe03bef7fa6ee51032c9;p=ack.git A sti 8 of a regdef8 token went into panic mode. Fixed. --- diff --git a/mach/pdp/cg/table b/mach/pdp/cg/table index a2d17acd2..6f14e0385 100644 --- a/mach/pdp/cg/table +++ b/mach/pdp/cg/table @@ -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])+"