807c807,812
< iewStage->decrWb(load_inst->seqNum);
---
> // If the first part of a split access succeeds, then let the LSQ
> // handle the decrWb when completeDataAccess is called upon return
> // of the requested first part of data
> if (!completedFirst)
> iewStage->decrWb(load_inst->seqNum);
>