Revert "jagblit.inc: attempt to fix expression that triggers clang warning (nw)"

This reverts commit 388875c61d.
This commit is contained in:
Oliver Stöneberg 2015-02-06 11:48:42 +01:00
parent 427b2edbe6
commit bb37242a3b

View File

@ -344,7 +344,7 @@ void jaguar_state::FUNCNAME(UINT32 command, UINT32 a1flags, UINT32 a2flags)
}
/* check for unhandled command bits */
if (LOG_UNHANDLED_BLITS && (COMMAND & 0x24003000))
if ((COMMAND & 0x24003000) && LOG_UNHANDLED_BLITS)
logerror("Blitter unhandled: these command bits: %08X\n", COMMAND & 0x24003000);
/* top of the outer loop */