uatomic compat: complete i386 support
[urcu.git] / urcu-pointer-static.h
index 33bfdeecae3351a4b339481eb253b342434ece76..eb073afa18683c5a6d1a626397aef70a21678d2c 100644 (file)
                if (!__builtin_constant_p(v) ||         \
                    ((v) != NULL))                      \
                        wmb();                          \
-               STORE_SHARED(*(p), _________pv);        \
+               uatomic_set(p, _________pv);            \
        })
 
 /**
This page took 0.022009 seconds and 4 git commands to generate.