From 2d4de6d34ecc1cda0c9b6e36617ddff7cb9e90f9 Mon Sep 17 00:00:00 2001 From: sater Date: Sat, 19 May 1984 12:52:25 +0000 Subject: [PATCH] added rcsid Some constants had survived in the text. They were parametrized. --- mach/pdp/cg/table | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mach/pdp/cg/table b/mach/pdp/cg/table index d0568871c..06574d59a 100644 --- a/mach/pdp/cg/table +++ b/mach/pdp/cg/table @@ -1,3 +1,4 @@ +"$Header$" /******************************************************** * Back end tables for pdp 11 * * Authors : Ceriel J.H. Jacobs,Hans van Staveren * @@ -223,7 +224,8 @@ lxl $1==3 | | allocate(REG={LOCAL2, SL, 2}) move({regind2,%[a], SSL},%[a]) | {regind2,%[a], SSL} | | lxl $1>3 | | allocate(REG={LOCAL2, SL, 2}, REG={CONST2,$1-1}) - "1:\tmov 4(%[a]),%[a]" /* SL */ + "1:" + move({regind2,%[a], SSL},%[a]) "sob %[b],1b" setcc(%[a]) erase(%[a]) erase(%[b]) | %[a] | | @@ -238,7 +240,8 @@ lxa $1==3 | | allocate(REG={LOCAL2, SL, 2 }) move({regind2, %[a], SSL }, %[a]) | {regconst2, %[a], SSL } | | lxa $1 > 3 | | allocate(REG={LOCAL2, SL, 2}, REG={CONST2,$1-1}) - "1:\tmov 4(%[a]),%[a]" /* SL */ + "1:" + move({regind2,%[a], SSL},%[a]) "sob %[b],1b" setcc(%[a]) erase(%[a]) erase(%[b]) | {regconst2, %[a], SSL } | | -- 2.34.1