[*] remove verbose "!= 0"
This commit is contained in:
parent
f92a19621a
commit
055b149e11
@ -110,7 +110,7 @@ namespace Aurora::Threading::Primitives
|
||||
{
|
||||
for (AU_ITERATE_N(i, 8)) SMPPause();
|
||||
|
||||
if (::_interlockedbittestandset((volatile LONG*)&this->state_, 0) != 0)
|
||||
if (::_interlockedbittestandset((volatile LONG*)&this->state_, 0))
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user