summaryrefslogtreecommitdiff
path: root/cpu/beta_cpu/decode.cc
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/beta_cpu/decode.cc')
-rw-r--r--cpu/beta_cpu/decode.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpu/beta_cpu/decode.cc b/cpu/beta_cpu/decode.cc
new file mode 100644
index 000000000..177293bca
--- /dev/null
+++ b/cpu/beta_cpu/decode.cc
@@ -0,0 +1,6 @@
+
+#include "cpu/beta_cpu/alpha_dyn_inst.hh"
+#include "cpu/beta_cpu/alpha_impl.hh"
+#include "cpu/beta_cpu/decode_impl.hh"
+
+template class SimpleDecode<AlphaSimpleImpl>;