From d1e12b57ce06990a0daf9c295c688795bf62f7cf Mon Sep 17 00:00:00 2001 From: Nathan Binkert Date: Sat, 22 Nov 2003 15:07:53 -0500 Subject: 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 --- kern/tru64/tru64_events.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kern/tru64') 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__ -- cgit v1.2.3