From: Mathieu Desnoyers Date: Thu, 12 Feb 2009 21:45:19 +0000 (-0500) Subject: Fix compiler error. X-Git-Tag: v0.1~284 X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=commitdiff_plain;h=de4f917ee256706282146e21b29c10a96fa27ec0 Fix compiler error. Signed-off-by: Mathieu Desnoyers --- diff --git a/urcu.h b/urcu.h index 2adca22..d72cbf6 100644 --- a/urcu.h +++ b/urcu.h @@ -376,7 +376,7 @@ static inline void rcu_read_unlock(void) ((v) != NULL)) \ wmb(); \ (p) = (v); \ - smp_wmc(); + smp_wmc(); \ }) #define rcu_xchg_pointer(p, v) \