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:
parent
78bd8fe44f
commit
3a3e846151
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue