918c918,922
< ++fetchMiscStallCycles;
---
> if (cacheBlocked) {
> ++icacheStallCycles;
> } else {
> ++fetchMiscStallCycles;
> }