Changed the number of register windows to be more realistic.
--HG-- extra : convert_revision : ae557307f377b19bae82226dafa8b4b2654cae52
This commit is contained in:
@@ -86,7 +86,7 @@ namespace SparcISA
|
||||
const int MaxPGL = 2;
|
||||
|
||||
// NWINDOWS - number of register windows, can be 3 to 32
|
||||
const int NWindows = 32;
|
||||
const int NWindows = 8;
|
||||
|
||||
// semantically meaningful register indices
|
||||
const int ZeroReg = 0; // architecturally meaningful
|
||||
|
||||
Reference in New Issue
Block a user