summaryrefslogtreecommitdiff
path: root/src/cpu/o3/rob.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/o3/rob.cc')
-rw-r--r--src/cpu/o3/rob.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/o3/rob.cc b/src/cpu/o3/rob.cc
index ccef6b155..9976049cd 100644
--- a/src/cpu/o3/rob.cc
+++ b/src/cpu/o3/rob.cc
@@ -33,4 +33,4 @@
#include "cpu/o3/rob_impl.hh"
// Force instantiation of InstructionQueue.
-template class ROB<AlphaSimpleImpl>;
+template class ROB<O3CPUImpl>;