X86: Get rid of the unused getAllocator on the python base microop class.
[gem5.git] / src / arch / sparc / sparc_traits.hh
index d89ec11198a8f3a7ef1d481a34cd06d030f9ac3f..b8e3c2aef244d6cf4bb106e973708e38ac23785f 100644 (file)
@@ -42,14 +42,15 @@ namespace SparcISA
     // Number of register windows, can legally be 3 to 32
     const int NWindows = 8;
     //const int NumMicroIntRegs = 1;
-    const int NumMicroIntRegs = 8;
+    const int NumMicroIntRegs = 9;
 
 //    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;
 }