forgot to check this in

--HG--
extra : convert_revision : 3090da3ab1077736bae52519143b44b08dd5ddb9
This commit is contained in:
Lisa Hsu 2004-03-05 05:54:46 -05:00
parent 1a300ef60d
commit 9c48327145

View file

@ -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;