summaryrefslogtreecommitdiff
path: root/cpu/beta_cpu/inst_queue.cc
blob: c4fd077bc753298aebc1967a02e83f02ea275aac (plain)
1
2
3
4
5
6
7
8
9
10

#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>;

unsigned
InstructionQueue<AlphaSimpleImpl>::DependencyEntry::mem_alloc_counter = 0;