Fix up #defines to use full path; fix up code for g++ 3.4

SConscript:
    Remove efence option from automatically being used.

--HG--
extra : convert_revision : 466bb8077aa341db0b409720e2a73535b1fa6b69
This commit is contained in:
Kevin Lim
2005-02-11 17:54:33 -05:00
parent 1e7a744c09
commit c4d0ebd25c
21 changed files with 69 additions and 91 deletions

View File

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