Skip to content

Commit

Permalink
Fix one forgotten rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Midar committed Aug 8, 2016
1 parent 1eb4f4c commit f72d30c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/threading.m
Expand Up @@ -33,7 +33,7 @@
if (of_atomic_int_cmpswap(control, 0, 1)) {
func();

of_memory_barrier();
of_memory_barrier_sync();

of_atomic_int_inc(control);
} else
Expand Down

0 comments on commit f72d30c

Please sign in to comment.