summaryrefslogtreecommitdiff
path: root/src/mem/cache/noncoherent_cache.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/mem/cache/noncoherent_cache.hh')
-rw-r--r--src/mem/cache/noncoherent_cache.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mem/cache/noncoherent_cache.hh b/src/mem/cache/noncoherent_cache.hh
index 09012ba10..2a60f4c5e 100644
--- a/src/mem/cache/noncoherent_cache.hh
+++ b/src/mem/cache/noncoherent_cache.hh
@@ -98,7 +98,7 @@ class NoncoherentCache : public BaseCache
panic("Unexpected timing snoop response %s", pkt->print());
}
- Cycles handleAtomicReqMiss(PacketPtr pkt, CacheBlk *blk,
+ Cycles handleAtomicReqMiss(PacketPtr pkt, CacheBlk *&blk,
PacketList &writebacks) override;
Tick recvAtomic(PacketPtr pkt) override;