summaryrefslogtreecommitdiff
path: root/cpu/beta_cpu/rob.cc
blob: ad45c022f5476315743c7240bec75814f814ecb0 (plain)
1
2
3
4
5
6
7

#include "cpu/beta_cpu/alpha_dyn_inst.hh"
#include "cpu/beta_cpu/alpha_impl.hh"
#include "cpu/beta_cpu/rob_impl.hh"

// Force instantiation of InstructionQueue.
template class ROB<AlphaSimpleImpl>;