mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-07 23:41:26 +12:00
Rename vm::reservation_light_op -> light_op
Rename vm::reservation_peek_op -> peek_op Also remove overkill assertion for cpu_flag::temp.
This commit is contained in:
parent
2cee26c3e7
commit
ba26e16411
4 changed files with 29 additions and 30 deletions
|
@ -671,7 +671,6 @@ bool cpu_thread::check_state() noexcept
|
|||
}
|
||||
|
||||
verify(HERE), cpu_can_stop || !retval;
|
||||
verify(HERE), cpu_can_stop || Emu.IsStopped() || !(state & cpu_flag::wait);
|
||||
return retval;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue