summaryrefslogtreecommitdiff
path: root/cpu/beta_cpu/inst_queue.cc
blob: 43b0a457285922ca9ac9269409be4e39e64582b1 (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/inst_queue_impl.hh"

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