diff options
Diffstat (limited to 'cpu/beta_cpu/commit.cc')
-rw-r--r-- | cpu/beta_cpu/commit.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpu/beta_cpu/commit.cc b/cpu/beta_cpu/commit.cc index 2efb38976..9e8fa2781 100644 --- a/cpu/beta_cpu/commit.cc +++ b/cpu/beta_cpu/commit.cc @@ -1,6 +1,6 @@ #include "cpu/beta_cpu/alpha_dyn_inst.hh" -#include "cpu/beta_cpu/commit_impl.hh" #include "cpu/beta_cpu/alpha_impl.hh" +#include "cpu/beta_cpu/commit_impl.hh" -template SimpleCommit<AlphaSimpleImpl>; +template class SimpleCommit<AlphaSimpleImpl>; |