From af4c04c426cca3b73e58ab7464119db28252984c Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Tue, 4 Sep 2007 23:31:40 -0700 Subject: X86: Add floating point micro registers. --HG-- extra : convert_revision : 442a5f8b9216638e4e6898f89eacb8695719e20f --- src/arch/x86/floatregfile.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/arch/x86/floatregfile.hh') diff --git a/src/arch/x86/floatregfile.hh b/src/arch/x86/floatregfile.hh index 282cac796..14dda443f 100644 --- a/src/arch/x86/floatregfile.hh +++ b/src/arch/x86/floatregfile.hh @@ -101,7 +101,7 @@ namespace X86ISA std::string getFloatRegName(RegIndex); //Each 128 bit xmm register is broken into two effective 64 bit registers. - const int NumFloatArchRegs = NumMMXRegs + 2 * NumXMMRegs; + const int NumFloatArchRegs = NumMMXRegs + 2 * NumXMMRegs + NumMicroFpRegs; const int NumFloatRegs = NumFloatArchRegs; class FloatRegFile -- cgit v1.2.3