diff options
Diffstat (limited to 'src/cpu/o3/rename_impl.hh')
-rw-r--r-- | src/cpu/o3/rename_impl.hh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/cpu/o3/rename_impl.hh b/src/cpu/o3/rename_impl.hh index db7189371..242d5a4e3 100644 --- a/src/cpu/o3/rename_impl.hh +++ b/src/cpu/o3/rename_impl.hh @@ -42,6 +42,9 @@ * Korey Sewell */ +#ifndef __CPU_O3_RENAME_IMPL_HH__ +#define __CPU_O3_RENAME_IMPL_HH__ + #include <list> #include "arch/isa_traits.hh" @@ -1383,3 +1386,5 @@ DefaultRename<Impl>::dumpHistory() } } } + +#endif//__CPU_O3_RENAME_IMPL_HH__ |