projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a300ef
)
forgot to check this in
author
Lisa Hsu
<hsul@eecs.umich.edu>
Fri, 5 Mar 2004 10:54:46 +0000
(
05:54
-0500)
committer
Lisa Hsu
<hsul@eecs.umich.edu>
Fri, 5 Mar 2004 10:54:46 +0000
(
05:54
-0500)
--HG--
extra : convert_revision :
3090da3ab1077736bae52519143b44b08dd5ddb9
sim/system.hh
patch
|
blob
|
history
diff --git
a/sim/system.hh
b/sim/system.hh
index 3d6d3fc39b1e005d9e455060c495e65509515e82..e5bf9cdac12feb3c34044936d1e4feebfbcfecce 100644
(file)
--- 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;