fix: properly detect 'cmpxchg' on x86-32
[urcu.git] / src / compat_arch.c
index e1651d3db9a2110ae18702c85dc4b7f1cb574838..50bdffbe4935ad4d595b40f3a774ea1c087fc21d 100644 (file)
@@ -22,7 +22,7 @@
 
 #include <urcu/arch.h>
 
-#if defined(URCU_ARCH_I386)
+#ifdef URCU_ARCH_X86_NO_CAS
 
 #include <stdio.h>
 #include <pthread.h>
This page took 0.022479 seconds and 4 git commands to generate.