avoid multiple evaluation of STORE_SHARED argument
[urcu.git] / urcu / compiler.h
index 975e1eadc1e9cfddd8c21d34f129921808ef7863..aab2c5cdd7bff1c590896f0add675ba3435fcc3a 100644 (file)
@@ -23,7 +23,7 @@
 #define likely(x)      __builtin_expect(!!(x), 1)
 #define unlikely(x)    __builtin_expect(!!(x), 0)
 
-#define        barrier()       asm volatile("" : : : "memory");
+#define        barrier()       asm volatile("" : : : "memory")
 
 /*
  * Instruct the compiler to perform only a single access to a variable
This page took 0.022555 seconds and 4 git commands to generate.