x86: drop extra semi-colon in caa_cpu_relax
[userspace-rcu.git] / urcu / arch / x86.h
index 5853604932793fb5fe40b5244fc5b33042393437..2f2ac69b2aa6744ddedb00d56f85f9dcd15a7bf1 100644 (file)
@@ -60,7 +60,7 @@ extern "C" {
 #define cmm_wmb()   __asm__ __volatile__ ("lock; addl $0,0(%%esp)"::: "memory")
 #endif
 
-#define caa_cpu_relax()        __asm__ __volatile__ ("rep; nop" : : : "memory");
+#define caa_cpu_relax()        __asm__ __volatile__ ("rep; nop" : : : "memory")
 
 #define rdtscll(val)                                                     \
        do {                                                              \
This page took 0.022287 seconds and 4 git commands to generate.