563,564c563
< Tick mem_time = pkt->req->getTime();
< Tick next_tick = cpu->nextCycle(mem_time);
---
> Tick next_tick = cpu->nextCycle(curTick);
658,659c657
< Tick mem_time = pkt->req->getTime();
< Tick next_tick = cpu->nextCycle(mem_time);
---
> Tick next_tick = cpu->nextCycle(curTick);