167a168,171
> Request::Flags flag = 0;
> if (currState->sctlr.c == 0){
> flag = Request::UNCACHEABLE;
> }
169c173
< NULL, (uint8_t*)&currState->l1Desc.data, (Tick)0);
---
> NULL, (uint8_t*)&currState->l1Desc.data, (Tick)0, flag);