arm: Add missing explicit overrides for classic caches

Make clang when compiling on OSX.
This commit is contained in:
Andreas Sandberg 2015-11-15 21:28:00 +00:00
parent 95f20a2905
commit 2a6fe97092

View file

@ -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 ||