gem5/cpu/beta_cpu/decode.cc

7 lines
167 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/decode_impl.hh"
template class SimpleDecode<AlphaSimpleImpl>;