summaryrefslogtreecommitdiff
path: root/kern
diff options
context:
space:
mode:
authorNathan Binkert <binkertn@umich.edu>2003-11-22 15:07:53 -0500
committerNathan Binkert <binkertn@umich.edu>2003-11-22 15:07:53 -0500
commitd1e12b57ce06990a0daf9c295c688795bf62f7cf (patch)
treecbc42c6e5efbef4688c7a87577d7c6e166afebf1 /kern
parent92348c503ce04a34f2ed5f871f55fae995a71111 (diff)
downloadgem5-d1e12b57ce06990a0daf9c295c688795bf62f7cf.tar.xz
We only need to choose that we do want binning, or we don't.
no need for multiple bin classes. If multiple bins are needed, we can always do it with ini type config instead. kern/tru64/tru64_events.hh: sim/system.cc: sim/system.hh: No more GenBin always use MainBin --HG-- extra : convert_revision : 8c466f302324c33b59d47d0da04583b2517fc72c
Diffstat (limited to 'kern')
-rw-r--r--kern/tru64/tru64_events.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/tru64/tru64_events.hh b/kern/tru64/tru64_events.hh
index a8f0eb865..2067f2ef3 100644
--- a/kern/tru64/tru64_events.hh
+++ b/kern/tru64/tru64_events.hh
@@ -92,7 +92,7 @@ class FnEvent : public PCEvent
private:
std::string _name;
- Statistics::GenBin *myBin;
+ Statistics::MainBin *myBin;
};
#endif //FS_MEASURE
#endif // __TRU64_EVENTS_HH__