summaryrefslogtreecommitdiff
path: root/cpu/beta_cpu/alpha_dyn_inst.cc
blob: 1bfcb8420c4c9e1e9f2b21513e0e171cefdfb1ec (plain)
1
2
3
4
5
6
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>;