From 3ceb0a46ae98fb14d48f45338d223d6c8a2c7509 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Thu, 14 Jun 2007 20:52:25 +0000 Subject: Add in some microregs. --HG-- extra : convert_revision : e8a894c2f7901329bd390a4cfd92209d0e29cf80 --- src/arch/x86/x86_traits.hh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/arch/x86/x86_traits.hh') 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; -- cgit v1.2.3