summaryrefslogtreecommitdiff
path: root/src/arch/x86/x86_traits.hh
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2007-07-17 13:26:06 -0700
committerGabe Black <gblack@eecs.umich.edu>2007-07-17 13:26:06 -0700
commitaad11bf879913131670dc5afc1d98de5b6f381a3 (patch)
tree4edf4b709cc6219d8e56e027a57a2a666830d480 /src/arch/x86/x86_traits.hh
parent13ccac1a3cb7bb33b7a6d2c65f875d1a40a6e352 (diff)
downloadgem5-aad11bf879913131670dc5afc1d98de5b6f381a3.tar.xz
Add a spot for the condition code portion of the flag register.
This is stored in the integer register file so that it can be renamed, but it should be a misc reg. --HG-- extra : convert_revision : eee48f24dd80b145f14427482047c4d8af2521ab
Diffstat (limited to 'src/arch/x86/x86_traits.hh')
-rw-r--r--src/arch/x86/x86_traits.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/x86/x86_traits.hh b/src/arch/x86/x86_traits.hh
index e45d62f8f..5794e7079 100644
--- a/src/arch/x86/x86_traits.hh
+++ b/src/arch/x86/x86_traits.hh
@@ -61,6 +61,7 @@
namespace X86ISA
{
const int NumMicroIntRegs = 16;
+ const int NumPseudoIntRegs = 1;
const int NumMMXRegs = 8;
const int NumXMMRegs = 16;