summaryrefslogtreecommitdiff
path: root/src/atomic_ops/sysdeps/gcc/powerpc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/atomic_ops/sysdeps/gcc/powerpc.h')
-rw-r--r--src/atomic_ops/sysdeps/gcc/powerpc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/atomic_ops/sysdeps/gcc/powerpc.h b/src/atomic_ops/sysdeps/gcc/powerpc.h
index d3e3839..7660cfc 100644
--- a/src/atomic_ops/sysdeps/gcc/powerpc.h
+++ b/src/atomic_ops/sysdeps/gcc/powerpc.h
@@ -103,7 +103,7 @@ AO_store_release(volatile AO_t *addr, AO_t value)
AO_lwsync();
*addr = value;
}
-#define AO_HAVE_load_acquire
+#define AO_HAVE_store_release
/* This is similar to the code in the garbage collector. Deleting */
/* this and having it synthesized from compare_and_swap would probably */