From: Andreas Sandberg Date: Sun, 15 Nov 2015 21:28:00 +0000 (+0000) Subject: arm: Add missing explicit overrides for classic caches X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2a6fe970922ca174a872dd00be9c3371f646de10;p=gem5.git arm: Add missing explicit overrides for classic caches Make clang when compiling on OSX. --- 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 ||