490c490
< if (toCommit->squash[tid] == false ||
---
> if (!toCommit->squash[tid] ||
520c520
< if (toCommit->squash[tid] == false ||
---
> if (!toCommit->squash[tid] ||
541c541
< if (toCommit->squash[tid] == false ||
---
> if (!toCommit->squash[tid] ||
1317c1317
< if (fault != NoFault || inst->readPredicate() == false ||
---
> if (fault != NoFault || !inst->readPredicate() ||
1342c1342
< if (inst->readPredicate() == false)
---
> if (!inst->readPredicate())