diff --git a/c/bits.h b/c/bits.h index fd32c3a..5f2ea68 100644 --- a/c/bits.h +++ b/c/bits.h @@ -162,6 +162,6 @@ static inline int popcount64(u64 n) /** or would it be more useful (counting bits from zero instead of 1) ? */ #define bit_for_each64_2(pos, tmp, ul) \ - for (tmp = ul, pos = ctz64(tmp); tmp; tmp ^= 1<