X86: Get rid of stray Sparc DPRINTF
authorGabe Black <gblack@eecs.umich.edu>
Wed, 10 Oct 2007 00:20:23 +0000 (17:20 -0700)
committerGabe Black <gblack@eecs.umich.edu>
Wed, 10 Oct 2007 00:20:23 +0000 (17:20 -0700)
--HG--
extra : convert_revision : d98b2d95448cab4e689d01ceedaa6ad46f9ffc09

src/arch/x86/insts/microregop.cc

index 60f32857de17ab75a5641f70514cbf4a5865247c..080926627bd60dbd5b29cf8d7a46a05fea2dad0c 100644 (file)
@@ -66,7 +66,7 @@ namespace X86ISA
             uint64_t _dest, uint64_t _src1, uint64_t _src2,
             bool subtract) const
     {
-        DPRINTF(Sparc, "flagMask = %#x\n", flagMask);
+        DPRINTF(X86, "flagMask = %#x\n", flagMask);
         uint64_t flags = oldFlags & ~flagMask;
         if(flagMask & (ECFBit | CFBit))
         {