mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-08 07:51:28 +12:00
Attempt to fix some warnings
This commit is contained in:
parent
964c1bfd6c
commit
f298d0451e
3 changed files with 23 additions and 11 deletions
|
@ -301,7 +301,7 @@ void SPUThread::ListCmd(u32 lsa, u64 ea, u16 tag, u16 size, u32 cmd, MFCReg& MFC
|
|||
|
||||
lsa += std::max(size, (u32)16);
|
||||
|
||||
if (rec->s & se16(0x8000))
|
||||
if (rec->s.ToBE() & se16(0x8000))
|
||||
{
|
||||
StallStat.PushUncond_OR(1 << tag);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue