Fix arm build

This commit is contained in:
2024-10-10 16:07:28 -07:00
parent b51ef97c71
commit 0dc657bfeb
+1 -1
View File
@@ -2362,7 +2362,7 @@ bool checkMaxBetweenExclusiveImpl(Node *n, int begin, int end,
if (!mask) { if (!mask) {
return true; return true;
} }
auto *child = self->children[std::countr_zero(mask) >> 2]; Node *child = self->children[std::countr_zero(mask) >> 2];
const bool firstRangeOk = const bool firstRangeOk =
!child->entryPresent || child->entry.rangeVersion <= readVersion; !child->entryPresent || child->entry.rangeVersion <= readVersion;