diff options
Diffstat (limited to 'cpu/beta_cpu/fetch.cc')
-rw-r--r-- | cpu/beta_cpu/fetch.cc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cpu/beta_cpu/fetch.cc b/cpu/beta_cpu/fetch.cc new file mode 100644 index 000000000..4d08754b6 --- /dev/null +++ b/cpu/beta_cpu/fetch.cc @@ -0,0 +1,7 @@ + +#include "cpu/beta_cpu/alpha_dyn_inst.hh" +#include "cpu/beta_cpu/alpha_full_cpu.hh" +#include "cpu/beta_cpu/fetch_impl.hh" +#include "cpu/beta_cpu/alpha_impl.hh" + +template SimpleFetch<AlphaSimpleImpl>; |