LSQ Unit: After deleting part of a split request, set it to NULL so that it
[gem5.git] / src / sim / stat_control.cc
index e8c2d581420ede8bf691db981411cf073615a950..373a3f2973f2eb7df47620f5ebdb2e466aee846d 100644 (file)
@@ -45,6 +45,8 @@
 using namespace std;
 
 Stats::Formula simSeconds;
+Stats::Value simTicks;
+Stats::Value simFreq;
 
 namespace Stats {
 
@@ -83,9 +85,7 @@ struct Global
     Stats::Value hostMemory;
     Stats::Value hostSeconds;
 
-    Stats::Value simTicks;
     Stats::Value simInsts;
-    Stats::Value simFreq;
 
     Global();
 };