summaryrefslogtreecommitdiff
path: root/src/arch/x86/x86_traits.hh
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2007-06-14 20:52:25 +0000
committerGabe Black <gblack@eecs.umich.edu>2007-06-14 20:52:25 +0000
commit3ceb0a46ae98fb14d48f45338d223d6c8a2c7509 (patch)
tree136f093758ee6192d96a28ad13cd15bc669b05d0 /src/arch/x86/x86_traits.hh
parentdad30582248b049a72dd3aa0350f19b1b8c456ee (diff)
downloadgem5-3ceb0a46ae98fb14d48f45338d223d6c8a2c7509.tar.xz
Add in some microregs.
--HG-- extra : convert_revision : e8a894c2f7901329bd390a4cfd92209d0e29cf80
Diffstat (limited to 'src/arch/x86/x86_traits.hh')
-rw-r--r--src/arch/x86/x86_traits.hh3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/arch/x86/x86_traits.hh b/src/arch/x86/x86_traits.hh
index fa54c24e9..e45d62f8f 100644
--- a/src/arch/x86/x86_traits.hh
+++ b/src/arch/x86/x86_traits.hh
@@ -60,8 +60,7 @@
namespace X86ISA
{
- //XXX This will definitely need to be something larger in the future.
- const int NumMicroIntRegs = 0;
+ const int NumMicroIntRegs = 16;
const int NumMMXRegs = 8;
const int NumXMMRegs = 16;