mem-cache: Add multiple eviction stats
[gem5.git] / src / arch / x86 / system.hh
index 829a18da43ed767b2953fe59174e7e66bbceca9f..c9e90a46de7be2853e9afba986a6a5a9cd49f179 100644 (file)
@@ -105,7 +105,7 @@ class X86System : public System
 
     virtual Addr fixFuncEventAddr(Addr addr)
     {
-        //XXX This may eventually have to do something useful.
+        // XXX This may eventually have to do something useful.
         return addr;
     }
 };