cellSpurs: Fix ready count

This commit is contained in:
Elad Ashkenazi
2023-05-19 10:05:37 +03:00
committed by Ivan
parent 8db318094f
commit 59f9938849
+1 -1
View File
@@ -798,7 +798,7 @@ struct alignas(128) CellSpurs
atomic_t<u8>& readyCount(u32 wid) atomic_t<u8>& readyCount(u32 wid)
{ {
if (wid & 0x10) if (wid < 0x10)
{ {
return wklReadyCount1[wid & 0xf]; return wklReadyCount1[wid & 0xf];
} }