X86: Get rid of stray Sparc DPRINTF
--HG-- extra : convert_revision : d98b2d95448cab4e689d01ceedaa6ad46f9ffc09
This commit is contained in:
parent
f6e5b92d63
commit
8ecea59092
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue