45d44
< #include <cassert>
220c219
< bool isInvalidate() { return (cmd * IsInvalidate) != 0; }
---
> bool isInvalidate() { return (cmd & IsInvalidate) != 0; }