Commit cc7d0fab by David Edelsohn

Fix typo.

From-SVN: r188833
parent 54af9de7
...@@ -36,7 +36,7 @@ compare_and_swap (volatile obj_addr_t *addr, ...@@ -36,7 +36,7 @@ compare_and_swap (volatile obj_addr_t *addr,
inline static void inline static void
release_set (volatile obj_addr_t *addr, obj_addr_t new_val) 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);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment