summaryrefslogtreecommitdiff
path: root/sim/stat_control.hh
diff options
context:
space:
mode:
authorNathan Binkert <binkertn@umich.edu>2004-05-21 13:03:17 -0400
committerNathan Binkert <binkertn@umich.edu>2004-05-21 13:03:17 -0400
commitb4405682d9f0d7bd01ff461a7e457f8dbbfff1a0 (patch)
tree95047a24c7b3a0be93afb2a723f13abd07666745 /sim/stat_control.hh
parent47604c8c89539df9aa27b7ba5c4523f27a8ec243 (diff)
downloadgem5-b4405682d9f0d7bd01ff461a7e457f8dbbfff1a0.tar.xz
Change the namespace Statistics to Stats
--HG-- extra : convert_revision : 3084b292bbe2e8a392af8e99a31763ca0b0a9467
Diffstat (limited to 'sim/stat_control.hh')
-rw-r--r--sim/stat_control.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/stat_control.hh b/sim/stat_control.hh
index 9a5e269e1..56170dc77 100644
--- a/sim/stat_control.hh
+++ b/sim/stat_control.hh
@@ -32,7 +32,7 @@
#include <fstream>
#include <list>
-namespace Statistics {
+namespace Stats {
enum {
Reset = 0x1,
@@ -47,6 +47,6 @@ void SetupEvent(int flags, Tick when, Tick repeat = 0);
void InitSimStats();
-/* namespace Statistics */ }
+/* namespace Stats */ }
#endif // __SIM_STAT_CONTROL_HH__