projects
/
platform
/
upstream
/
libHarfBuzzSharp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19b9834
)
[atomic] Oops
author
Behdad Esfahbod
<behdad@behdad.org>
Wed, 1 Aug 2018 21:00:46 +0000
(14:00 -0700)
committer
Behdad Esfahbod
<behdad@behdad.org>
Wed, 1 Aug 2018 21:15:00 +0000
(14:15 -0700)
src/hb-atomic-private.hh
patch
|
blob
|
history
diff --git
a/src/hb-atomic-private.hh
b/src/hb-atomic-private.hh
index
bd28a56
..
3239193
100644
(file)
--- a/
src/hb-atomic-private.hh
+++ b/
src/hb-atomic-private.hh
@@
-123,7
+123,7
@@
typedef int hb_atomic_int_impl_t;
#include <mbarrier.h>
#define _hb_memory_r_barrier() __machine_r_barrier ()
-#define _hb_memory_w_barrier() __machine_
r
_barrier ()
+#define _hb_memory_w_barrier() __machine_
w
_barrier ()
#define _hb_memory_barrier() __machine_rw_barrier ()
typedef unsigned int hb_atomic_int_impl_t;