mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-08 07:51:28 +12:00
Fix warnings
This commit is contained in:
parent
9d02231074
commit
abf9a08ee3
2 changed files with 8 additions and 2 deletions
|
@ -999,7 +999,7 @@ void spu_thread::cpu_stop()
|
|||
|| status != thread->last_exit_status;)
|
||||
{
|
||||
_mm_pause();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1728,7 +1728,7 @@ void spu_thread::do_putlluc(const spu_mfc_cmd& args)
|
|||
vm::reservation_acquire(addr, 128) += 64;
|
||||
}
|
||||
|
||||
+test_stopped();
|
||||
static_cast<void>(test_stopped());
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue