summaryrefslogtreecommitdiff
path: root/cpu/beta_cpu/alpha_dyn_inst.cc
blob: d929da1cfbe5621d30f1f7fcae256f70c83e17b3 (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 class AlphaDynInst<AlphaSimpleImpl>;