Fix cpu_flag::temp, make sure it removes cpu_flag::wait

This commit is contained in:
Nekotekina 2020-10-26 20:14:16 +03:00
parent 86785dffa4
commit d6daa0d05b
4 changed files with 19 additions and 24 deletions

View file

@ -2651,17 +2651,9 @@ bool spu_thread::process_mfc_cmd()
}
else
{
if (g_use_rtm)
{
state += cpu_flag::wait + cpu_flag::temp;
}
state += cpu_flag::wait + cpu_flag::temp;
std::this_thread::yield();
if (g_use_rtm)
{
verify(HERE), !check_state();
}
!check_state();
}
}())
{