summaryrefslogtreecommitdiff
path: root/src/cpu/o3/lsq_unit.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/o3/lsq_unit.cc')
-rw-r--r--src/cpu/o3/lsq_unit.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/o3/lsq_unit.cc b/src/cpu/o3/lsq_unit.cc
index 9b244ac71..3ca3fa667 100644
--- a/src/cpu/o3/lsq_unit.cc
+++ b/src/cpu/o3/lsq_unit.cc
@@ -33,5 +33,5 @@
#include "cpu/o3/lsq_unit_impl.hh"
// Force the instantiation of LDSTQ for all the implementations we care about.
-template class LSQUnit<AlphaSimpleImpl>;
+template class LSQUnit<O3CPUImpl>;