WEF_CLEAR resets the whole bit pattern.

This commit is contained in:
Jean-Philip Desjardins 2016-10-16 17:32:49 -04:00
parent 60a5e3fdc9
commit 95d10f794b

View file

@ -1854,7 +1854,7 @@ bool CIopBios::ProcessEventFlag(uint32 mode, uint32& value, uint32 mask, uint32*
if(mode & WEF_CLEAR)
{
value &= ~mask;
value = 0;
}
}