Skip to content

Commit

Permalink
Update rpcs3/Emu/Cell/SPUThread.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Megamouse committed Sep 2, 2021
1 parent b12712d commit 6955f18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpcs3/Emu/Cell/SPUThread.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3205,7 +3205,7 @@ bool spu_thread::process_mfc_cmd()
{
state += cpu_flag::wait + cpu_flag::temp;
std::this_thread::yield();
[[maybe_unused]] bool res = check_state();
static_cast<void>(check_state());
}
}())
{
Expand Down

0 comments on commit 6955f18

Please sign in to comment.