422c422
< Packet *
---
> void
429d428
< cpu->_status = IcacheWaitResponse;
431,432c430,433
< cpu->ifetch_pkt = NULL;
< return tmp;
---
> if (sendTiming(tmp)) {
> cpu->_status = IcacheWaitResponse;
> cpu->ifetch_pkt = NULL;
> }
462c463
< Packet *
---
> void
469d469
< cpu->_status = DcacheWaitResponse;
471,472c471,474
< cpu->dcache_pkt = NULL;
< return tmp;
---
> if (sendTiming(tmp)) {
> cpu->_status = DcacheWaitResponse;
> cpu->dcache_pkt = NULL;
> }