summaryrefslogtreecommitdiff
path: root/src/cpu/checker/cpu.cc
diff options
context:
space:
mode:
authorKevin Lim <ktlim@umich.edu>2006-06-16 17:15:18 -0400
committerKevin Lim <ktlim@umich.edu>2006-06-16 17:15:18 -0400
commitf4d0f92855a505448ddac4367d5d5c698d1e4282 (patch)
tree24db50ccb1c006d0ad9c1a9f8c8b5d979012c24c /src/cpu/checker/cpu.cc
parentbaba18ab9214d1fe2236cd932c3bfca5ddfb06d6 (diff)
downloadgem5-f4d0f92855a505448ddac4367d5d5c698d1e4282.tar.xz
Miscellaneous minor fixes.
src/cpu/checker/cpu.cc: Add in comment. src/cpu/cpuevent.hh: Fix up comment. src/cpu/o3/bpred_unit.cc: Comment out Ozone instantiations. src/cpu/o3/dep_graph.hh: Include destructor. --HG-- extra : convert_revision : 549454ed11bc2fa49a0627f7fb8f96d00a9be303
Diffstat (limited to 'src/cpu/checker/cpu.cc')
-rw-r--r--src/cpu/checker/cpu.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/checker/cpu.cc b/src/cpu/checker/cpu.cc
index 99189a896..45c57d276 100644
--- a/src/cpu/checker/cpu.cc
+++ b/src/cpu/checker/cpu.cc
@@ -829,6 +829,6 @@ Checker<DynInstPtr>::dumpInsts()
//template
//class Checker<RefCountingPtr<OzoneDynInst<OzoneImpl> > >;
-
+// Manually instantiate checker
template
class Checker<RefCountingPtr<AlphaDynInst<AlphaSimpleImpl> > >;