X86: Get rid of the unused getAllocator on the python base microop class.
[gem5.git] / src / arch / sparc / sparc_traits.hh
index 715c08c03bf702c4ef44e678c1b57f541d644eb2..b8e3c2aef244d6cf4bb106e973708e38ac23785f 100644 (file)
@@ -47,9 +47,10 @@ namespace SparcISA
 //    const int NumRegularIntRegs = MaxGL * 8 + NWindows * 16;
 //    const int NumMicroIntRegs = 1;
 //    const int NumIntRegs =
-//     NumRegularIntRegs +
-//     NumMicroIntRegs;
-//    const int NumFloatRegs = 64;
+//      NumRegularIntRegs +
+//      NumMicroIntRegs;
+    const int NumFloatRegs = 64;
+    const int NumFloatArchRegs = NumFloatRegs;
 //    const int NumMiscRegs = 40;
 }