ARM: Add minimal ARM_SE support for m5threads.
[gem5.git] / src / sim / stat_control.hh
index 1efa2554eda6ee4c7f54e9732f22fc0aad78f7ec..c41a9482a4675759ea1fa084cccf9945d62330a3 100644 (file)
@@ -34,8 +34,9 @@
 namespace Stats {
 
 void initSimStats();
-void StatEvent(bool dump, bool reset, Tick when = curTick, Tick repeat = 0);
+void schedStatEvent(bool dump, bool reset, Tick when = curTick(),
+                    Tick repeat = 0);
 
-/* namespace Stats */ }
+} // namespace Stats
 
 #endif // __SIM_STAT_CONTROL_HH__