92c92
< const int PageBytes = ULL(1) << PageShift;
---
> const int PageBytes = 1ULL << PageShift;