mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 11:36:13 +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
1 changed files with 0 additions and 1 deletions
|
@ -278,7 +278,6 @@ public:
|
|||
void clear()
|
||||
{
|
||||
values.release({});
|
||||
value3.release(0);
|
||||
}
|
||||
|
||||
// push unconditionally (overwriting latest value), returns true if needs signaling
|
||||
|
|
Loading…
Add table
Reference in a new issue