Fix: urcu-qsbr: reversed logic on RCU_DEBUG
[urcu.git] / urcu-qsbr.h
index a2f6575986bf7976811ae6db3150f81f457609c4..efa0ec0638fe5bafe13660448bce7322788d7b84 100644 (file)
@@ -90,7 +90,7 @@ extern "C" {
  * library debugging & tracing features we could come up with.
  */
 
-#if (!defined(BUILD_QSBR_LIB) && defined(RCU_DEBUG))
+#if (!defined(BUILD_QSBR_LIB) && !defined(RCU_DEBUG))
 
 static inline void rcu_read_lock(void)
 {
This page took 0.02277 seconds and 4 git commands to generate.