summaryrefslogtreecommitdiff
path: root/cpu/beta_cpu/alpha_full_cpu.cc
blob: ee461eb136c086e1fa4e089fe8882b911cdb8d27 (plain)
1
2
3
4
5
6
7
8
9

#include "cpu/beta_cpu/alpha_impl.hh"
#include "cpu/beta_cpu/alpha_full_cpu_impl.hh"
#include "cpu/beta_cpu/alpha_dyn_inst.hh"

// Force instantiation of AlphaFullCPU for all the implemntations that are
// needed.  Consider merging this and alpha_dyn_inst.cc, and maybe all
// classes that depend on a certain impl, into one file (alpha_impl.cc?).
template class AlphaFullCPU<AlphaSimpleImpl>;