mem-ruby: Enable set size increase
[gem5.git] / src / kern / kernel_stats.hh
index 41071ce08c4fa8ade0ecf117fa81ac7e4efd105a..37dbb9f1538c44871a5dd3713ed11597223fe9e3 100644 (file)
@@ -53,7 +53,7 @@ class Statistics : public Serializable
     virtual ~Statistics() {}
 
     const std::string name() const { return myname; }
-    void regStats(const std::string &name);
+    virtual void regStats(const std::string &name);
 
   public:
     void arm() { _arm++; }