Debugger: Fix PPU stepping on non-TSX

This commit is contained in:
Eladash 2020-08-19 20:28:08 +03:00 committed by Ani
parent 2a19d0a579
commit bcddbc15f0
1 changed files with 1 additions and 1 deletions

View File

@ -553,7 +553,7 @@ bool cpu_thread::check_state() noexcept
} }
else else
{ {
if (state0 == (cpu_flag::memory + cpu_flag::wait)) if (state0 & cpu_flag::memory)
{ {
vm::passive_lock(*this); vm::passive_lock(*this);
continue; continue;