summaryrefslogtreecommitdiff
path: root/src/arch/x86/types.hh
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2007-10-07 18:16:00 -0700
committerGabe Black <gblack@eecs.umich.edu>2007-10-07 18:16:00 -0700
commitefbff349a92ac8a8a994a67d1fda2ec103ec5225 (patch)
treef1bcb0e7903715d2c28c51d6af725efcd396916e /src/arch/x86/types.hh
parent999328f5ad4e66c171d865f9b7739fa32a925dec (diff)
downloadgem5-efbff349a92ac8a8a994a67d1fda2ec103ec5225.tar.xz
X86: Significantly filled out misc regs.
--HG-- extra : convert_revision : 4c53be6568134d65e57f5411df986fd9a89e82c9
Diffstat (limited to 'src/arch/x86/types.hh')
-rw-r--r--src/arch/x86/types.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/x86/types.hh b/src/arch/x86/types.hh
index c2c60e7cc..fd33b8383 100644
--- a/src/arch/x86/types.hh
+++ b/src/arch/x86/types.hh
@@ -257,7 +257,7 @@ namespace X86ISA
typedef int RegContextVal;
- typedef uint8_t RegIndex;
+ typedef uint16_t RegIndex;
};
#endif // __ARCH_X86_TYPES_HH__