Port: Make getAddrRanges const
[gem5.git] / src / mem / cache / cache.hh
index beb3903daf8065e2065342459ecd6cdc3271c067..9bdbd3456ab1356a530e792442a7f187bbad3140 100644 (file)
@@ -101,7 +101,7 @@ class Cache : public BaseCache
         virtual unsigned deviceBlockSize() const
         { return cache->getBlockSize(); }
 
-        virtual AddrRangeList getAddrRanges();
+        virtual AddrRangeList getAddrRanges() const;
 
       public: