Skip to content

Commit 1dfe5c3

Browse files
authored
Fix a_store operation in atomic.h (#403)
1 parent f2a35a4 commit 1dfe5c3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

libc-top-half/musl/arch/wasm32/atomic_arch.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#define a_barrier() (__sync_synchronize())
21
#define a_cas(p, t, s) (__sync_val_compare_and_swap((p), (t), (s)))
32
#define a_crash() (__builtin_trap())
43
#define a_clz_32 __builtin_clz

0 commit comments

Comments
 (0)