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