ARM: Get rid of NumInternalProcRegs.
That constant is a carry over from Alpha and doesn't do anything in ARM.
This commit is contained in:
@@ -55,7 +55,6 @@ typedef uint64_t MiscReg;
|
||||
const int NumIntArchRegs = NUM_ARCH_INTREGS;
|
||||
const int NumFloatArchRegs = 16;
|
||||
const int NumFloatSpecialRegs = 5;
|
||||
const int NumInternalProcRegs = 0;
|
||||
|
||||
const int NumIntRegs = NUM_INTREGS;
|
||||
const int NumFloatRegs = NumFloatArchRegs + NumFloatSpecialRegs;
|
||||
|
||||
Reference in New Issue
Block a user