clang: Enable compiling gem5 using clang 2.9 and 3.0
[gem5.git] / src / mem / cache / tags / base.cc
index d4d7542a0c414a1911a393be020b6333a11d9971..ea97954f118a9506fcdf53b69c9f54b6bfbcd5e7 100644 (file)
@@ -94,7 +94,7 @@ BaseTags::regStats(const string &name)
         ;
 
     avgOccs
-        .name(name + ".occ_%")
+        .name(name + ".occ_percent")
         .desc("Average percentage of cache occupancy")
         .flags(nozero)
         ;