}
}
#endif
- DPRINTF(Commit, "Committing instruction with [sn:%lli]\n",
- head_inst->seqNum);
+ DPRINTF(Commit, "Committing instruction with [sn:%lli] PC %s\n",
+ head_inst->seqNum, head_inst->pcState());
if (head_inst->traceData) {
head_inst->traceData->setFetchSeq(head_inst->seqNum);
head_inst->traceData->setCPSeq(thread[tid]->numInst);
++memdep_count;
DPRINTF(MemDepUnit, "Memory dependency entry created. "
- "memdep_count=%i\n", memdep_count);
+ "memdep_count=%i %s\n", memdep_count, inst->pcState());
#endif
}
--memdep_count;
DPRINTF(MemDepUnit, "Memory dependency entry deleted. "
- "memdep_count=%i\n", memdep_count);
+ "memdep_count=%i %s\n", memdep_count, inst->pcState());
#endif
}
loadBarrierSN = barr_sn;
storeBarrier = true;
storeBarrierSN = barr_sn;
- DPRINTF(MemDepUnit, "Inserted a memory barrier\n");
+ DPRINTF(MemDepUnit, "Inserted a memory barrier %s SN:%lli\n",
+ barr_inst->pcState(),barr_sn);
} else if (barr_inst->isWriteBarrier()) {
storeBarrier = true;
storeBarrierSN = barr_sn;