mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 15:01:28 +12:00
Fixup for cpu_flag::temp
Wrong check_state() result was triggering assertion.
This commit is contained in:
parent
d344701fd5
commit
f1e66085cd
3 changed files with 5 additions and 4 deletions
|
@ -1221,7 +1221,7 @@ static T ppu_load_acquire_reservation(ppu_thread& ppu, u32 addr)
|
|||
{
|
||||
ppu.state += cpu_flag::wait + cpu_flag::temp;
|
||||
std::this_thread::yield();
|
||||
ppu.check_state();
|
||||
verify(HERE), !ppu.check_state();
|
||||
}
|
||||
}())
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue