arm: Add missing explicit overrides for classic caches
Make clang when compiling on OSX.
This commit is contained in:
parent
95f20a2905
commit
2a6fe97092
1 changed files with 1 additions and 1 deletions
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 ||
|
||||
|
|
Loading…
Reference in a new issue