mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-17 08:11:51 +00:00
Debugger: Fix PPU stepping on non-TSX
This commit is contained in:
parent
2a19d0a579
commit
bcddbc15f0
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user