summaryrefslogtreecommitdiff
path: root/src/dev/copy_engine.hh
diff options
context:
space:
mode:
authorNathan Binkert <nate@binkert.org>2009-03-05 19:09:53 -0800
committerNathan Binkert <nate@binkert.org>2009-03-05 19:09:53 -0800
commitcc95b5739097e31fdaa36a3ff443861969e338b1 (patch)
treeebcf51fd9ba4480bfb5a444320f8447d1f1ecd2d /src/dev/copy_engine.hh
parentc7e82f965fa40b4a377a6ddedcdeb542a43ae7c5 (diff)
downloadgem5-cc95b5739097e31fdaa36a3ff443861969e338b1.tar.xz
stats: Fix all stats usages to deal with template fixes
Diffstat (limited to 'src/dev/copy_engine.hh')
-rw-r--r--src/dev/copy_engine.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dev/copy_engine.hh b/src/dev/copy_engine.hh
index 12531f68c..dfe469588 100644
--- a/src/dev/copy_engine.hh
+++ b/src/dev/copy_engine.hh
@@ -164,8 +164,8 @@ class CopyEngine : public PciDev
private:
- Stats::Vector<> bytesCopied;
- Stats::Vector<> copiesProcessed;
+ Stats::Vector bytesCopied;
+ Stats::Vector copiesProcessed;
// device registers
CopyEngineReg::Regs regs;