[*] Amend legacy primitive

This commit is contained in:
Reece Wilson 2023-03-15 01:03:42 +00:00
parent 13028d767b
commit 2fc4564f5d

View File

@ -51,7 +51,7 @@ namespace Aurora::Threading::Primitives
{
pNtWaitForKeyedEvent(gKeyedEventHandle, &uValueRef, 0, NULL);
AuAtomicSub(&uValueRef, FAST_M_WAIT);
AuAtomicSub(&uValueRef, FAST_M_WAKE);
}
}
}