824a825,830
>
> // Split stores can only occur in ISAs with unaligned memory accesses. If
> // a store request has been split, sreqLow and sreqHigh will be non-null.
> if (TheISA::HasUnalignedMemAcc && sreqLow) {
> storeQueue[store_idx].isSplit = true;
> }