diff options
Diffstat (limited to 'cpu/beta_cpu/rob.cc')
-rw-r--r-- | cpu/beta_cpu/rob.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/beta_cpu/rob.cc b/cpu/beta_cpu/rob.cc index 611cca0ba..ad45c022f 100644 --- a/cpu/beta_cpu/rob.cc +++ b/cpu/beta_cpu/rob.cc @@ -4,4 +4,4 @@ #include "cpu/beta_cpu/rob_impl.hh" // Force instantiation of InstructionQueue. -template ROB<AlphaSimpleImpl>; +template class ROB<AlphaSimpleImpl>; |