From f36ee6de556363d48b419db841b98b4df4fb7848 Mon Sep 17 00:00:00 2001 From: ceriel Date: Thu, 5 Mar 1987 17:40:48 +0000 Subject: [PATCH] could loop again --- mach/proto/cg/reg.c | 4 +--- mach/proto/ncg/reg.c | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/mach/proto/cg/reg.c b/mach/proto/cg/reg.c index 3b394eca3..ef1f8babe 100644 --- a/mach/proto/cg/reg.c +++ b/mach/proto/cg/reg.c @@ -73,9 +73,6 @@ erasereg(regno) { register struct reginfo *rp; register int i; -#if MAXMEMBERS!=0 - if (regno == 1) { /* condition codes */ -#endif rp = &machregs[regno]; rp->r_contents.t_token = 0; for (i=0;ir_clash[regno>>4]&(1<<(regno&017))) { diff --git a/mach/proto/ncg/reg.c b/mach/proto/ncg/reg.c index b71d06d43..9f36caf2c 100644 --- a/mach/proto/ncg/reg.c +++ b/mach/proto/ncg/reg.c @@ -73,12 +73,12 @@ erasereg(regno) { register struct reginfo *rp; register int i; -#if MAXMEMBERS==0 rp = &machregs[regno]; rp->r_contents.t_token = 0; for (i=0;ir_contents.t_att[i].aw = 0; +#if MAXMEMBERS==0 awayreg(regno); #else for (rp=machregs+1;rp