52a53
> #include "arch/generic/types.hh"
63d63
< typedef uint_fast16_t RegIndex;
77,82d76
< // These help enumerate all the registers for dependence tracking.
< const int FP_Reg_Base = NumIntRegs;
< const int CC_Reg_Base = FP_Reg_Base + NumFloatRegs;
< const int Misc_Reg_Base = CC_Reg_Base + NumCCRegs;
< const int Max_Reg_Index = Misc_Reg_Base + NumMiscRegs;
<