X-Git-Url: https://git.lttng.org/?p=urcu.git;a=blobdiff_plain;f=urcu%2Farch%2Fx86.h;h=ccc4ce8aab5235a9c6209867d3e99c15f62c1fc0;hp=7af1ca524e091fb9f9aaa8b6c2d1d102d3abe270;hb=2c81778bd92008e5c79173788738f1800cd42e8b;hpb=d863e15371666dff14e7f3191de5ff91d9b24d7f diff --git a/urcu/arch/x86.h b/urcu/arch/x86.h index 7af1ca5..ccc4ce8 100644 --- a/urcu/arch/x86.h +++ b/urcu/arch/x86.h @@ -66,7 +66,7 @@ extern "C" { #endif #endif -#define caa_cpu_relax() __asm__ __volatile__ ("rep; nop" : : : "memory"); +#define caa_cpu_relax() __asm__ __volatile__ ("rep; nop" : : : "memory") #define rdtscll(val) \ do { \