mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-08 07:51: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
|
@ -271,7 +271,7 @@ namespace spu
|
|||
busy_wait(count);
|
||||
}
|
||||
|
||||
spu.check_state();
|
||||
verify(HERE), !spu.check_state();
|
||||
}
|
||||
|
||||
atomic_instruction_table[pc_offset]++;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue