projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
876c59f
)
Fixed NumMiscArchRegs. This is still a magic number, and it should be set automatical...
author
Gabe Black
<gblack@eecs.umich.edu>
Thu, 28 Dec 2006 19:23:30 +0000
(14:23 -0500)
committer
Gabe Black
<gblack@eecs.umich.edu>
Thu, 28 Dec 2006 19:23:30 +0000
(14:23 -0500)
--HG--
extra : convert_revision :
eb640c9ef10a188b96f6a079f91abc8f67b9d38c
src/arch/alpha/isa_traits.hh
patch
|
blob
|
history
diff --git
a/src/arch/alpha/isa_traits.hh
b/src/arch/alpha/isa_traits.hh
index 35d9ce8435167fe820adadd552f219ee5073da17..a267ac0349c8eeb7e5aad3c0a15eccdf02478bb4 100644
(file)
--- a/
src/arch/alpha/isa_traits.hh
+++ b/
src/arch/alpha/isa_traits.hh
@@
-132,7
+132,7
@@
namespace AlphaISA
const int NumPALShadowRegs = 8;
const int NumFloatArchRegs = 32;
// @todo: Figure out what this number really should be.
- const int NumMiscArchRegs =
32
;
+ const int NumMiscArchRegs =
77
;
const int NumIntRegs = NumIntArchRegs + NumPALShadowRegs;
const int NumFloatRegs = NumFloatArchRegs;