summaryrefslogtreecommitdiff
path: root/src/cpu/o3/decode.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/o3/decode.cc')
-rw-r--r--src/cpu/o3/decode.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/o3/decode.cc b/src/cpu/o3/decode.cc
index 290648318..b14fbb7a3 100644
--- a/src/cpu/o3/decode.cc
+++ b/src/cpu/o3/decode.cc
@@ -30,4 +30,4 @@
#include "cpu/o3/alpha_impl.hh"
#include "cpu/o3/decode_impl.hh"
-template class SimpleDecode<AlphaSimpleImpl>;
+template class DefaultDecode<AlphaSimpleImpl>;