projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3140dd8
)
Make register indexes larger so they can actually hold all the legal values. Oops!
author
Gabe Black
<gblack@eecs.umich.edu>
Sat, 14 Apr 2007 17:08:24 +0000
(17:08 +0000)
committer
Gabe Black
<gblack@eecs.umich.edu>
Sat, 14 Apr 2007 17:08:24 +0000
(17:08 +0000)
--HG--
extra : convert_revision :
7689b2e1f7468e4acb8be0f242f74002c79e7960
src/arch/sparc/types.hh
patch
|
blob
|
history
diff --git
a/src/arch/sparc/types.hh
b/src/arch/sparc/types.hh
index 15386adcafbec240a08190a362f65d73e91d6281..8bd50b7e899074a864dd30b30c0ba5c15aa2fc8e 100644
(file)
--- a/
src/arch/sparc/types.hh
+++ b/
src/arch/sparc/types.hh
@@
-59,7
+59,7
@@
namespace SparcISA
typedef int RegContextVal;
- typedef uint
8
_t RegIndex;
+ typedef uint
16
_t RegIndex;
}
#endif