arm: Add missing explicit overrides for classic caches
Make clang when compiling on OSX.
This commit is contained in:
2
src/mem/cache/cache.hh
vendored
2
src/mem/cache/cache.hh
vendored
@@ -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 ||
|
||||
|
||||
Reference in New Issue
Block a user