summaryrefslogtreecommitdiff
path: root/src/arch/sparc/types.hh
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2007-04-14 17:08:24 +0000
committerGabe Black <gblack@eecs.umich.edu>2007-04-14 17:08:24 +0000
commit5a3dcc172a9fd661330909815b163eb6f4d6a2d8 (patch)
tree191df7c890c350d22063fccbaf610be56b6475db /src/arch/sparc/types.hh
parent3140dd88bc588ea51aadeb2dd58d33cc9a40883a (diff)
downloadgem5-5a3dcc172a9fd661330909815b163eb6f4d6a2d8.tar.xz
Make register indexes larger so they can actually hold all the legal values. Oops!
--HG-- extra : convert_revision : 7689b2e1f7468e4acb8be0f242f74002c79e7960
Diffstat (limited to 'src/arch/sparc/types.hh')
-rw-r--r--src/arch/sparc/types.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/sparc/types.hh b/src/arch/sparc/types.hh
index 15386adca..8bd50b7e8 100644
--- a/src/arch/sparc/types.hh
+++ b/src/arch/sparc/types.hh
@@ -59,7 +59,7 @@ namespace SparcISA
typedef int RegContextVal;
- typedef uint8_t RegIndex;
+ typedef uint16_t RegIndex;
}
#endif