713c713
< loadQueue[load_idx]->squashed = true;
---
> loadQueue[load_idx]->setSquashed();
757c757
< storeQueue[store_idx].inst->squashed = true;
---
> storeQueue[store_idx].inst->setSquashed();