mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-23 03:02:53 +01: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
|
else
|
||||||
{
|
{
|
||||||
if (state0 == (cpu_flag::memory + cpu_flag::wait))
|
if (state0 & cpu_flag::memory)
|
||||||
{
|
{
|
||||||
vm::passive_lock(*this);
|
vm::passive_lock(*this);
|
||||||
continue;
|
continue;
|
||||||
|
Loading…
Reference in New Issue
Block a user