682c682,684
< if (!store_inst->readPredicate())
---
> if (!store_inst->readPredicate()) {
> DPRINTF(LSQUnit, "Store [sn:%lli] not executed from predication\n",
> store_inst->seqNum);
683a686,687
> return store_fault;
> }
690,693d693
< } else if (!store_inst->readPredicate()) {
< DPRINTF(LSQUnit, "Store [sn:%lli] not executed from predication\n",
< store_inst->seqNum);
< return store_fault;