diff options
Diffstat (limited to 'src/cpu/o3/lsq.cc')
-rw-r--r-- | src/cpu/o3/lsq.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/o3/lsq.cc b/src/cpu/o3/lsq.cc index 872576c32..527947281 100644 --- a/src/cpu/o3/lsq.cc +++ b/src/cpu/o3/lsq.cc @@ -32,5 +32,5 @@ #include "cpu/o3/lsq_impl.hh" // Force the instantiation of LDSTQ for all the implementations we care about. -template class LSQ<AlphaSimpleImpl>; +template class LSQ<O3CPUImpl>; |