From: Gabe Black Date: Thu, 14 Jun 2007 20:52:25 +0000 (+0000) Subject: Add in some microregs. X-Git-Tag: m5_2.0_beta4~340 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3ceb0a46ae98fb14d48f45338d223d6c8a2c7509;p=gem5.git Add in some microregs. --HG-- extra : convert_revision : e8a894c2f7901329bd390a4cfd92209d0e29cf80 --- 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;