210a211,215
> Request::Flags flag = 0;
> if (currState->sctlr.c == 0) {
> flag = Request::UNCACHEABLE;
> }
>
214c219
< currState->tc->getCpuPtr()->ticks(1));
---
> currState->tc->getCpuPtr()->ticks(1), flag);
220,223d224
< Request::Flags flag = 0;
< if (currState->sctlr.c == 0){
< flag = Request::UNCACHEABLE;
< }
475c476
< if (!currState->delayed) {
---
> if (!currState->timing) {
580c581
< if (!currState->delayed) {
---
> if (!currState->timing) {
625c626
< if (!currState->delayed) {
---
> if (!currState->timing) {