diff options
author | Lisa Hsu <hsul@eecs.umich.edu> | 2004-03-05 05:54:46 -0500 |
---|---|---|
committer | Lisa Hsu <hsul@eecs.umich.edu> | 2004-03-05 05:54:46 -0500 |
commit | 9c4832714523b01b9fc5b0430b1d34251684c045 (patch) | |
tree | a6d47e71293c6bcf1e88a34a17167905f1e44cd6 /sim | |
parent | 1a300ef60da887fd3e90add708af4344e19770cb (diff) | |
download | gem5-9c4832714523b01b9fc5b0430b1d34251684c045.tar.xz |
forgot to check this in
--HG--
extra : convert_revision : 3090da3ab1077736bae52519143b44b08dd5ddb9
Diffstat (limited to 'sim')
-rw-r--r-- | sim/system.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/system.hh b/sim/system.hh index 3d6d3fc39..e5bf9cdac 100644 --- a/sim/system.hh +++ b/sim/system.hh @@ -55,6 +55,7 @@ class System : public SimObject public: Statistics::Scalar<Counter> fnCalls; Statistics::MainBin *Kernel; + Statistics::MainBin *User; Statistics::MainBin * getBin(const std::string &name); virtual bool findCaller(std::string, std::string) const = 0; |