69c69
< // DPRINTF(Activity, "Activity: Ld Writeback event [sn:%lli]\n", inst->seqNum);
---
> DPRINTF(Activity, "Activity: Writeback event [sn:%lli]\n", inst->seqNum);
212d211
< #if 0
215,223d213
< LSQUnit<Impl>::setPageTable(PageTable *pt_ptr)
< {
< DPRINTF(LSQUnit, "Setting the page table pointer.\n");
< pTable = pt_ptr;
< }
< #endif
<
< template<class Impl>
< void
631,632c621,622
< assert(sendingPkt == NULL);
< sendingPkt = data_pkt;
---
> assert(retryPkt == NULL);
> retryPkt = data_pkt;
861,862d850
< assert(sendingPkt != NULL);
<
864,865c852,855
< if (dcachePort->sendTiming(sendingPkt)) {
< storePostSend(sendingPkt);
---
> assert(retryPkt != NULL);
>
> if (dcachePort->sendTiming(retryPkt)) {
> storePostSend(retryPkt);