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:
Nekotekina 2020-10-30 23:43:25 +03:00
parent 2cee26c3e7
commit ba26e16411
4 changed files with 29 additions and 30 deletions

View file

@ -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;
}