diff options
Diffstat (limited to 'src/mem/cache')
-rw-r--r-- | src/mem/cache/cache.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mem/cache/cache.hh b/src/mem/cache/cache.hh index eb40ddb18..5ea72831b 100644 --- a/src/mem/cache/cache.hh +++ b/src/mem/cache/cache.hh @@ -304,7 +304,7 @@ class Cache : public BaseCache * @param cmd Command of the incoming requesting packet * @return Whether we should allocate on the fill */ - inline bool allocOnFill(MemCmd cmd) const + inline bool allocOnFill(MemCmd cmd) const override { return clusivity == Enums::mostly_incl || cmd == MemCmd::WriteLineReq || |