cpu: add consistent guarding to *_impl.hh files.

This commit is contained in:
Matt Horsnell
2013-10-17 10:20:45 -05:00
parent 52f90890a3
commit 6decd70bfb
26 changed files with 120 additions and 0 deletions

View File

@@ -41,6 +41,9 @@
* Korey Sewell
*/
#ifndef __CPU_O3_FETCH_IMPL_HH__
#define __CPU_O3_FETCH_IMPL_HH__
#include <algorithm>
#include <cstring>
#include <list>
@@ -1631,3 +1634,5 @@ DefaultFetch<Impl>::profileStall(ThreadID tid) {
tid, fetchStatus[tid]);
}
}
#endif//__CPU_O3_FETCH_IMPL_HH__