summaryrefslogtreecommitdiff
path: root/cpu/beta_cpu/decode.cc
blob: 177293bcabc238a7e9223475d0beeaa9f215d9e8 (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/decode_impl.hh"

template class SimpleDecode<AlphaSimpleImpl>;