Copy implementations
[gem5.git] / arch / alpha / alpha_memory.hh
index 482a13eee82dc88f285f4fe9903a2a2f6ab3829e..999eec228a35ea48ec95938d78eabb61e666fb4e 100644 (file)
@@ -56,7 +56,7 @@ class AlphaTlb : public SimObject
 
     int getsize() const { return size; }
 
-    AlphaISA::PTE &index();
+    AlphaISA::PTE &index(bool advance = true);
     void insert(Addr vaddr, AlphaISA::PTE &pte);
 
     void flushAll();