diff options
author | Lisa Hsu <hsul@eecs.umich.edu> | 2004-03-05 05:54:54 -0500 |
---|---|---|
committer | Lisa Hsu <hsul@eecs.umich.edu> | 2004-03-05 05:54:54 -0500 |
commit | 8434ae9b03f889965fa6c075b99345e3e197c675 (patch) | |
tree | 86839660072d6c8a0393b643f8b3b6d36a2c3abc /sim | |
parent | 01f493a28ad8a85b0796058f8e032c90f3c4ac5d (diff) | |
parent | 9c4832714523b01b9fc5b0430b1d34251684c045 (diff) | |
download | gem5-8434ae9b03f889965fa6c075b99345e3e197c675.tar.xz |
Merge zizzer:/bk/m5 into zower.eecs.umich.edu:/z/hsul/work/bk/bincleanup
--HG--
extra : convert_revision : e4303df381e5f397d15c37eb05377be1860f89be
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; |