mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-17 17:11:23 +00:00
Make spu_channel_4_t::clear() atomic
By removing separate value3 write, fixes a rare race introduced by #6917.
This commit is contained in:
parent
3257552227
commit
9958a83d10
@ -278,7 +278,6 @@ public:
|
||||
void clear()
|
||||
{
|
||||
values.release({});
|
||||
value3.release(0);
|
||||
}
|
||||
|
||||
// push unconditionally (overwriting latest value), returns true if needs signaling
|
||||
|
Loading…
Reference in New Issue
Block a user