Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/39682 )

Change subject: arch-sparc: Delete unused register related constants.
......................................................................

arch-sparc: Delete unused register related constants.

Change-Id: I591d9bc0a0f2f4bceaeca9ac349ff15e7e0d51bc
---
M src/arch/sparc/registers.hh
1 file changed, 0 insertions(+), 3 deletions(-)



diff --git a/src/arch/sparc/registers.hh b/src/arch/sparc/registers.hh
index 6fd6577..039dc0f 100644
--- a/src/arch/sparc/registers.hh
+++ b/src/arch/sparc/registers.hh
@@ -90,7 +90,6 @@
 const int ZeroReg = 0;      // architecturally meaningful

 // the rest of these depend on the ABI
-const int ReturnAddressReg = INTREG_I7; // post call, precall is 15
 const int ReturnValueReg = INTREG_O0;  // Post return, 24 is pre-return.
 const int StackPointerReg = INTREG_O6;
 const int FramePointerReg = INTREG_I6;
@@ -108,8 +107,6 @@
 const int NumFloatRegs = 64;
 const int NumFloatArchRegs = NumFloatRegs;

-const int TotalNumRegs = NumIntRegs + NumFloatRegs + NumMiscRegs;
-
 } // namespace SparcISA

 #endif

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/39682
To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: I591d9bc0a0f2f4bceaeca9ac349ff15e7e0d51bc
Gerrit-Change-Number: 39682
Gerrit-PatchSet: 1
Gerrit-Owner: Gabe Black <[email protected]>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to