From 2a6fe970922ca174a872dd00be9c3371f646de10 Mon Sep 17 00:00:00 2001 From: Andreas Sandberg Date: Sun, 15 Nov 2015 21:28:00 +0000 Subject: arm: Add missing explicit overrides for classic caches Make clang when compiling on OSX. --- src/mem/cache/cache.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mem') 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 || -- cgit v1.2.3