mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-08-10 10:09:22 +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()
|
void clear()
|
||||||
{
|
{
|
||||||
values.release({});
|
values.release({});
|
||||||
value3.release(0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// push unconditionally (overwriting latest value), returns true if needs signaling
|
// push unconditionally (overwriting latest value), returns true if needs signaling
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue