mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-05 22:41:25 +12:00
Fix cpu_flag::temp, make sure it removes cpu_flag::wait
This commit is contained in:
parent
86785dffa4
commit
d6daa0d05b
4 changed files with 19 additions and 24 deletions
|
@ -1219,9 +1219,9 @@ static T ppu_load_acquire_reservation(ppu_thread& ppu, u32 addr)
|
|||
}
|
||||
else
|
||||
{
|
||||
ppu.state += cpu_flag::wait + cpu_flag::temp;
|
||||
ppu.state += cpu_flag::wait;
|
||||
std::this_thread::yield();
|
||||
verify(HERE), !ppu.check_state();
|
||||
ppu.check_state();
|
||||
}
|
||||
}())
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue