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

Change subject: sparc: Get rid of some commented out constants.
......................................................................

sparc: Get rid of some commented out constants.

Change-Id: Ie2a223f5f969402a03b924ef767eddbcc14bf312
---
M src/arch/sparc/sparc_traits.hh
1 file changed, 0 insertions(+), 5 deletions(-)



diff --git a/src/arch/sparc/sparc_traits.hh b/src/arch/sparc/sparc_traits.hh
index 5f37292..84c94b9 100644
--- a/src/arch/sparc/sparc_traits.hh
+++ b/src/arch/sparc/sparc_traits.hh
@@ -41,15 +41,10 @@

 // Number of register windows, can legally be 3 to 32
 const int NWindows = 8;
-// const int NumMicroIntRegs = 1;
 const int NumMicroIntRegs = 9;

-// const int NumRegularIntRegs = MaxGL * 8 + NWindows * 16;
-// const int NumMicroIntRegs = 1;
-// const int NumIntRegs = NumRegularIntRegs + NumMicroIntRegs;
 const int NumFloatRegs = 64;
 const int NumFloatArchRegs = NumFloatRegs;
-// const int NumMiscRegs = 40;
 }

 #endif // __ARCH_SPARC_SPARC_TRAITS_HH__

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

Gerrit-Project: public/gem5
Gerrit-Branch: master
Gerrit-Change-Id: Ie2a223f5f969402a03b924ef767eddbcc14bf312
Gerrit-Change-Number: 23444
Gerrit-PatchSet: 1
Gerrit-Owner: Gabe Black <gabebl...@google.com>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list
gem5-dev@gem5.org
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to