Eeeeeehhh.... Well, yes and no.
I was thinking there has to be a better of way to implement optional shadowsets (through parameters maybe?). TotalArchRegs is used in the Mips Regfile so I kind of want to take advantage of potentially working shadow set code and maybe move that in there... But if I can't do that then yea, I would agree that line should meet the handy dandy delete key. On Thu, Apr 16, 2009 at 12:47 AM, nathan binkert <[email protected]> wrote: > > - const int TotalArchRegs = NumIntArchRegs * NumShadowRegSets; > > + const int TotalArchRegs = NumIntArchRegs; > > Should TotalArchRegs continue to exist if it's just NumIntArchRegs? > _______________________________________________ > m5-dev mailing list > [email protected] > http://m5sim.org/mailman/listinfo/m5-dev > -- ---------- Korey L Sewell Graduate Student - PhD Candidate Computer Science & Engineering University of Michigan
_______________________________________________ m5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/m5-dev
