2c2
< * Copyright (c) 2012 ARM Limited
---
> * Copyright (c) 2012-2013 ARM Limited
152,153c152
< SubBlock* subblock = senderState->subBlock;
< assert(subblock != NULL);
---
> SubBlock& subblock = senderState->subBlock;
155,156c154
< // pop the sender state from the packet
< pkt->senderState = senderState->saved;
---
> tester->hitCallback(id, &subblock);
158,159d155
< tester->hitCallback(id, subblock);
<
162c158
< delete senderState;
---
> delete pkt->senderState;