8 lines
181 B
C++
8 lines
181 B
C++
|
|
||
|
#include "cpu/o3/alpha_dyn_inst.hh"
|
||
|
#include "cpu/o3/alpha_impl.hh"
|
||
|
#include "cpu/o3/rob_impl.hh"
|
||
|
|
||
|
// Force instantiation of InstructionQueue.
|
||
|
template class ROB<AlphaSimpleImpl>;
|