mem-cache: Add multiple eviction stats
[gem5.git] / src / arch / arm / vtophys.hh
index 12a6c6ec69bbc637836222f8eb33d6190dd3f2d2..56181d31804f1c6ac507dc94cff465bbfe2d3325 100644 (file)
@@ -45,7 +45,7 @@ namespace ArmISA {
     Addr vtophys(Addr vaddr);
     Addr vtophys(ThreadContext *tc, Addr vaddr);
     bool virtvalid(ThreadContext *tc, Addr vaddr);
-};
+}
 
 #endif // __ARCH_ARM_VTOPHYS_H__