projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5024b20
)
Changed the number of register windows to be more realistic.
author
Gabe Black
<gblack@eecs.umich.edu>
Fri, 27 Oct 2006 00:24:01 +0000
(20:24 -0400)
committer
Gabe Black
<gblack@eecs.umich.edu>
Fri, 27 Oct 2006 00:24:01 +0000
(20:24 -0400)
--HG--
extra : convert_revision :
ae557307f377b19bae82226dafa8b4b2654cae52
src/arch/sparc/isa_traits.hh
patch
|
blob
|
history
diff --git
a/src/arch/sparc/isa_traits.hh
b/src/arch/sparc/isa_traits.hh
index de54e168b96040b03fdaef8e4155feb5f0ed04ff..fb09121a3128717737ba1a57d38534e774ba7d51 100644
(file)
--- a/
src/arch/sparc/isa_traits.hh
+++ b/
src/arch/sparc/isa_traits.hh
@@
-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