diff options
Diffstat (limited to 'src/cpu/o3/iew_impl.hh')
-rw-r--r-- | src/cpu/o3/iew_impl.hh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/cpu/o3/iew_impl.hh b/src/cpu/o3/iew_impl.hh index 947318d60..6c5c57fb7 100644 --- a/src/cpu/o3/iew_impl.hh +++ b/src/cpu/o3/iew_impl.hh @@ -40,6 +40,9 @@ * Authors: Kevin Lim */ +#ifndef __CPU_O3_IEW_IMPL_IMPL_HH__ +#define __CPU_O3_IEW_IMPL_IMPL_HH__ + // @todo: Fix the instantaneous communication among all the stages within // iew. There's a clear delay between issue and execute, yet backwards // communication happens simultaneously. @@ -1671,3 +1674,5 @@ DefaultIEW<Impl>::checkMisprediction(DynInstPtr &inst) } } } + +#endif//__CPU_O3_IEW_IMPL_IMPL_HH__ |