ARM: Get rid of NumInternalProcRegs.
authorGabe Black <gblack@eecs.umich.edu>
Sun, 8 Nov 2009 10:00:55 +0000 (02:00 -0800)
committerGabe Black <gblack@eecs.umich.edu>
Sun, 8 Nov 2009 10:00:55 +0000 (02:00 -0800)
That constant is a carry over from Alpha and doesn't do anything in ARM.

src/arch/arm/registers.hh

index 04fd00f3a1ffc9bbe35cc3e70fde26c500cc8ccb..41bbf4e7f2c080f562995ae9be3cfbd728af654e 100644 (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;