X86: Get rid of stray Sparc DPRINTF

--HG--
extra : convert_revision : d98b2d95448cab4e689d01ceedaa6ad46f9ffc09
This commit is contained in:
Gabe Black 2007-10-09 17:20:23 -07:00
parent f6e5b92d63
commit 8ecea59092

View 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))
{