7 lines
147 B
C++
7 lines
147 B
C++
|
|
||
|
#include "cpu/ooo_cpu/ooo_cpu_impl.hh"
|
||
|
#include "cpu/ooo_cpu/ooo_dyn_inst.hh"
|
||
|
#include "cpu/ooo_cpu/ooo_impl.hh"
|
||
|
|
||
|
template class OoOCPU<OoOImpl>;
|