c4d0ebd25c
SConscript: Remove efence option from automatically being used. --HG-- extra : convert_revision : 466bb8077aa341db0b409720e2a73535b1fa6b69
6 lines
167 B
C++
6 lines
167 B
C++
|
|
#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>;
|