summaryrefslogtreecommitdiff
path: root/cpu/beta_cpu/fetch.cc
blob: 877262750d9a484afeb8bb90a9e0e25eb645eb94 (plain)
1
2
3
4
5
6

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

template class SimpleFetch<AlphaSimpleImpl>;