|
@@ -39,7 +39,7 @@
|
|
#error "Sorry; we don't support building with NDEBUG."
|
|
#error "Sorry; we don't support building with NDEBUG."
|
|
#else
|
|
#else
|
|
#ifdef __GNUC__
|
|
#ifdef __GNUC__
|
|
-#define PREDICT_FALSE(x) PREDICT((x) != ((typeof(x)) 0), 0)
|
|
|
|
|
|
+#define PREDICT_FALSE(x) PREDICT((x) == ((typeof(x)) 0), 0)
|
|
#else
|
|
#else
|
|
#define PREDICT_FALSE(x) !(x)
|
|
#define PREDICT_FALSE(x) !(x)
|
|
#endif
|
|
#endif
|