gem5/cpu/beta_cpu/fetch.cc

7 lines
165 B
C++
Raw Normal View History

#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>;