[*] Switch C0.2 and C0.1 powerstates around

This commit is contained in:
Reece Wilson 2024-05-03 15:52:50 +01:00
parent f948c3423c
commit 459a9a789b

View File

@ -429,7 +429,7 @@ namespace Aurora::Threading::Primitives
}
else
{
_umwait(/*0*/ /*1*/ bSMTProbablyHit ? 1 : 0, __rdtsc() + uCount);
_umwait(/*0*/ /*1*/ bSMTProbablyHit ? 0 : 1, __rdtsc() + uCount);
bRet = callback();
}
}