421,422c421
< if (!(inst->req && inst->req->isUncacheable()) ||
< inst->isAtCommit()) {
---
> if (!(inst->req->isUncacheable()) || inst->isAtCommit()) {
600c599,603
< memcpy(inst->memData, (uint8_t *)&storeQueue[storeWBIdx].data,
---
>
> TheISA::IntReg convertedData =
> TheISA::htog(storeQueue[storeWBIdx].data);
>
> memcpy(inst->memData, (uint8_t *)&convertedData,