diff options
Diffstat (limited to 'src/mem/cache/blk.hh')
-rw-r--r-- | src/mem/cache/blk.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mem/cache/blk.hh b/src/mem/cache/blk.hh index 93189bd97..1b796608f 100644 --- a/src/mem/cache/blk.hh +++ b/src/mem/cache/blk.hh @@ -260,8 +260,8 @@ class CacheBlk : public ReplaceableEntry * @param src_master_ID The source requestor ID. * @param task_ID The new task ID. */ - void insert(const Addr tag, const bool is_secure, const int src_master_ID, - const uint32_t task_ID); + virtual void insert(const Addr tag, const bool is_secure, + const int src_master_ID, const uint32_t task_ID); /** * Track the fact that a local locked was issued to the |