mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-15 21:41:40 +08:00
Fix typo.
From-SVN: r188833
This commit is contained in:
parent
54af9de73f
commit
cc7d0fab84
@ -36,7 +36,7 @@ compare_and_swap (volatile obj_addr_t *addr,
|
||||
inline static void
|
||||
release_set (volatile obj_addr_t *addr, obj_addr_t new_val)
|
||||
{
|
||||
__atomic_store_n(addr, val, __ATOMIC_RELEASE);
|
||||
__atomic_store_n(addr, new_val, __ATOMIC_RELEASE);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user