arch-mips: add regWidth constant to float regfile

This commit is contained in:
Korey Sewell 2009-05-13 01:26:38 -04:00
parent a032d91016
commit bc69e7947c

View file

@ -85,6 +85,7 @@ namespace MipsISA
FloatReg32 regs[NumFloatRegs];
public:
static const int regWidth = SingleWidth;
void clear();
double readReg(int floatReg, int width, unsigned tid = 0);