summaryrefslogtreecommitdiff
path: root/src/arch/x86/x86_traits.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86/x86_traits.hh')
-rw-r--r--src/arch/x86/x86_traits.hh6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/arch/x86/x86_traits.hh b/src/arch/x86/x86_traits.hh
index 5794e7079..381a60a63 100644
--- a/src/arch/x86/x86_traits.hh
+++ b/src/arch/x86/x86_traits.hh
@@ -65,6 +65,12 @@ namespace X86ISA
const int NumMMXRegs = 8;
const int NumXMMRegs = 16;
+
+ const int NumCRegs = 16;
+ const int NumDRegs = 8;
+
+ const int NumSegments = 6;
+ const int NumSysSegments = 4;
}
#endif //__ARCH_X86_X86TRAITS_HH__