mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-08 16:01:42 +12:00
Thanks to @Nekotekina, about his patience on SPUThread.h.
This commit is contained in:
parent
02c263fc19
commit
0233fbff51
1 changed files with 1 additions and 1 deletions
|
@ -258,7 +258,7 @@ public:
|
||||||
|
|
||||||
sync_var.atomic_op([&out_result, &out_value, &out_count, last_value](sync_var_t& data)
|
sync_var.atomic_op([&out_result, &out_value, &out_count, last_value](sync_var_t& data)
|
||||||
{
|
{
|
||||||
if (out_result = (data.count != 0))
|
if ((out_result = (data.count != 0)))
|
||||||
{
|
{
|
||||||
out_value = data.value0;
|
out_value = data.value0;
|
||||||
out_count = --data.count;
|
out_count = --data.count;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue