diff options
Diffstat (limited to 'cpu/beta_cpu/alpha_dyn_inst.cc')
-rw-r--r-- | cpu/beta_cpu/alpha_dyn_inst.cc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cpu/beta_cpu/alpha_dyn_inst.cc b/cpu/beta_cpu/alpha_dyn_inst.cc new file mode 100644 index 000000000..1bfcb8420 --- /dev/null +++ b/cpu/beta_cpu/alpha_dyn_inst.cc @@ -0,0 +1,7 @@ + +#include "cpu/beta_cpu/alpha_dyn_inst_impl.hh" +#include "cpu/beta_cpu/alpha_impl.hh" + +// Force instantiation of AlphaDynInst for all the implementations that +// are needed. +template AlphaDynInst<AlphaSimpleImpl>; |