From eb823929a168dad2abfabe03bef7fa6ee51032c9 Mon Sep 17 00:00:00 2001 From: sater Date: Fri, 20 Jul 1984 10:32:48 +0000 Subject: [PATCH] A sti 8 of a regdef8 token went into panic mode. Fixed. --- mach/pdp/cg/table | 7 +++++++ 1 file changed, 7 insertions(+) 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])+" -- 2.34.1