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:
Gabe Black 2009-11-08 02:00:55 -08:00
parent 78bd8fe44f
commit 3a3e846151

View file

@ -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;