Debugger: Fix PPU stepping on non-TSX
This commit is contained in:
@@ -553,7 +553,7 @@ bool cpu_thread::check_state() noexcept
|
||||
}
|
||||
else
|
||||
{
|
||||
if (state0 == (cpu_flag::memory + cpu_flag::wait))
|
||||
if (state0 & cpu_flag::memory)
|
||||
{
|
||||
vm::passive_lock(*this);
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user