From: Gabe Black Date: Wed, 10 Oct 2007 00:20:23 +0000 (-0700) Subject: X86: Get rid of stray Sparc DPRINTF X-Git-Tag: m5_2.0_beta4~55^2~7 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8ecea59092d557220f3c151e8818b2519135b1d7;p=gem5.git X86: Get rid of stray Sparc DPRINTF --HG-- extra : convert_revision : d98b2d95448cab4e689d01ceedaa6ad46f9ffc09 --- diff --git a/src/arch/x86/insts/microregop.cc b/src/arch/x86/insts/microregop.cc index 60f32857d..080926627 100644 --- a/src/arch/x86/insts/microregop.cc +++ b/src/arch/x86/insts/microregop.cc @@ -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)) {