diff options
author | Steve Reinhardt <stever@eecs.umich.edu> | 2004-05-07 19:20:30 -0700 |
---|---|---|
committer | Steve Reinhardt <stever@eecs.umich.edu> | 2004-05-07 19:20:30 -0700 |
commit | 5685020c82d8761eb0ed4cd798839f6173c4935a (patch) | |
tree | b01d9597f77d313341962e23b736102d1d5b2336 /sim/system.hh | |
parent | d85b26d65a345b8158ba9b5e95e30797bd8ad47e (diff) | |
parent | 1d44903071fa81043c75e84d45e9f41167fbd0b2 (diff) | |
download | gem5-5685020c82d8761eb0ed4cd798839f6173c4935a.tar.xz |
Merge
--HG--
extra : convert_revision : 7999c243a80482b9feffdf8f3dd4ff061b189377
Diffstat (limited to 'sim/system.hh')
-rw-r--r-- | sim/system.hh | 2 |
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; |