diff options
Diffstat (limited to 'src/cpu/o3/fetch_impl.hh')
-rw-r--r-- | src/cpu/o3/fetch_impl.hh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/cpu/o3/fetch_impl.hh b/src/cpu/o3/fetch_impl.hh index f6e46cc26..d97c5ba36 100644 --- a/src/cpu/o3/fetch_impl.hh +++ b/src/cpu/o3/fetch_impl.hh @@ -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__ |