diff --git a/src/arch/mips/registers.hh b/src/arch/mips/registers.hh index aaebf3581c..0a7800879f 100644 --- a/src/arch/mips/registers.hh +++ b/src/arch/mips/registers.hh @@ -106,17 +106,11 @@ enum MiscIntRegNums { // semantically meaningful register indices const int ZeroReg = 0; -const int AssemblerReg = 1; const int SyscallSuccessReg = 7; const int FirstArgumentReg = 4; const int ReturnValueReg = 2; -const int KernelReg0 = 26; -const int KernelReg1 = 27; -const int GlobalPointerReg = 28; const int StackPointerReg = 29; -const int FramePointerReg = 30; -const int ReturnAddressReg = 31; const int SyscallPseudoReturnReg = 3; @@ -279,8 +273,6 @@ enum MiscRegIndex{ const int NumMiscRegs = MISCREG_NUMREGS; -const int TotalNumRegs = NumIntRegs + NumFloatRegs + NumMiscRegs; - // Not applicable to MIPS using VecElem = ::DummyVecElem; using VecReg = ::DummyVecReg;