diff options
Diffstat (limited to 'cpu/beta_cpu/decode.cc')
-rw-r--r-- | cpu/beta_cpu/decode.cc | 6 |
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..ffabcf18a --- /dev/null +++ b/cpu/beta_cpu/decode.cc @@ -0,0 +1,6 @@ + +#include "cpu/beta_cpu/alpha_dyn_inst.hh" +#include "cpu/beta_cpu/decode_impl.hh" +#include "cpu/beta_cpu/alpha_impl.hh" + +template SimpleDecode<AlphaSimpleImpl>; |