mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-22 04:25:19 +00: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)
|
||||
{
|
||||
if (out_result = (data.count != 0))
|
||||
if ((out_result = (data.count != 0)))
|
||||
{
|
||||
out_value = data.value0;
|
||||
out_count = --data.count;
|
||||
|
|
Loading…
Add table
Reference in a new issue