130a131,137
>
> for (StaticInstPtr *curUop = microOps;
> !(*curUop)->isLastMicroop(); curUop++) {
> MicroOp * uopPtr = dynamic_cast<MicroOp *>(curUop->get());
> assert(uopPtr);
> uopPtr->setDelayedCommit();
> }
200a208,214
>
> for (StaticInstPtr *curUop = microOps;
> !(*curUop)->isLastMicroop(); curUop++) {
> MicroOp * uopPtr = dynamic_cast<MicroOp *>(curUop->get());
> assert(uopPtr);
> uopPtr->setDelayedCommit();
> }