Do not account RSX for TSX pauses

This commit is contained in:
Eladash 2021-01-29 08:45:58 +02:00 committed by Ivan
parent 70346028c5
commit a742501a4f
4 changed files with 11 additions and 3 deletions

View file

@ -1549,7 +1549,7 @@ bool handle_access_violation(u32 addr, bool is_writing, x64_context* context) no
return true;
}
if (cpu->id_type() != 1)
if (cpu->id_type() == 2)
{
if (!g_tls_access_violation_recovered)
{