mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-07 15:31:26 +12:00
First part of fixing sign-compare warning (inside be_t).
This commit is contained in:
parent
0cf35e3b22
commit
771eff273b
31 changed files with 129 additions and 128 deletions
|
@ -1176,7 +1176,7 @@ void spu_thread::cpu_task()
|
|||
break;
|
||||
}
|
||||
|
||||
if (_ref<u32>(pc) == 0x0)
|
||||
if (_ref<u32>(pc) == 0x0u)
|
||||
{
|
||||
if (spu_thread::stop_and_signal(0x0))
|
||||
pc += 4;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue