First part of fixing sign-compare warning (inside be_t).

This commit is contained in:
Nekotekina 2020-02-19 18:26:41 +03:00
parent 0cf35e3b22
commit 771eff273b
31 changed files with 129 additions and 128 deletions

View file

@ -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;