summaryrefslogtreecommitdiff
path: root/sim/system.hh
diff options
context:
space:
mode:
authorSteve Reinhardt <stever@eecs.umich.edu>2004-05-07 19:20:30 -0700
committerSteve Reinhardt <stever@eecs.umich.edu>2004-05-07 19:20:30 -0700
commit5685020c82d8761eb0ed4cd798839f6173c4935a (patch)
treeb01d9597f77d313341962e23b736102d1d5b2336 /sim/system.hh
parentd85b26d65a345b8158ba9b5e95e30797bd8ad47e (diff)
parent1d44903071fa81043c75e84d45e9f41167fbd0b2 (diff)
downloadgem5-5685020c82d8761eb0ed4cd798839f6173c4935a.tar.xz
Merge
--HG-- extra : convert_revision : 7999c243a80482b9feffdf8f3dd4ff061b189377
Diffstat (limited to 'sim/system.hh')
-rw-r--r--sim/system.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/system.hh b/sim/system.hh
index e5bf9cdac..050d1dd11 100644
--- a/sim/system.hh
+++ b/sim/system.hh
@@ -53,7 +53,7 @@ class System : public SimObject
std::map<const Addr, SWContext *> swCtxMap;
public:
- Statistics::Scalar<Counter> fnCalls;
+ Statistics::Scalar<> fnCalls;
Statistics::MainBin *Kernel;
Statistics::MainBin *User;