From: Gabe Black Date: Mon, 30 Jul 2007 20:29:56 +0000 (-0700) Subject: X86: Make sure FP_Base_DepTag is big enough to avoid trouble. X-Git-Tag: m5_2.0_beta4~236 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9e2b1f863058ca5ca921bf0ae65cbac8491dfed1;p=gem5.git X86: Make sure FP_Base_DepTag is big enough to avoid trouble. --HG-- extra : convert_revision : 7e0a83d5deb7fc9aaa69b7d024ea6ae6890df133 --- diff --git a/src/arch/x86/isa_traits.hh b/src/arch/x86/isa_traits.hh index 63bcfead9..466422ced 100644 --- a/src/arch/x86/isa_traits.hh +++ b/src/arch/x86/isa_traits.hh @@ -82,7 +82,7 @@ namespace X86ISA // These enumerate all the registers for dependence tracking. enum DependenceTags { //There are 16 microcode registers at the moment - FP_Base_DepTag = 32, + FP_Base_DepTag = 1 << 7, Ctrl_Base_DepTag = FP_Base_DepTag + //mmx/x87 registers