Merge gblack@m5.eecs.umich.edu:/bk/multiarch
[gem5.git] / sim / stats.hh
index c5e791cfb3af525728ad1f1f1e238e75163d8590..8e97d041fbbccdb721fedfb4dae9dfc139bc8a95 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003 The Regents of The University of Michigan
+ * Copyright (c) 2004-2005 The Regents of The University of Michigan
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -31,7 +31,7 @@
 
 #include "base/statistics.hh"
 
-extern Statistics::Formula simSeconds;
-extern Statistics::Value simTicks;
+extern Stats::Formula simSeconds;
+extern Stats::Value simTicks;
 
 #endif // __SIM_SIM_STATS_HH__