From 6decd70bfbc5eb877e4d897ee3d71d478b564f2d Mon Sep 17 00:00:00 2001 From: Matt Horsnell Date: Thu, 17 Oct 2013 10:20:45 -0500 Subject: cpu: add consistent guarding to *_impl.hh files. --- src/cpu/o3/lsq_unit_impl.hh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/cpu/o3/lsq_unit_impl.hh') diff --git a/src/cpu/o3/lsq_unit_impl.hh b/src/cpu/o3/lsq_unit_impl.hh index 44b8e9041..77b67ac69 100644 --- a/src/cpu/o3/lsq_unit_impl.hh +++ b/src/cpu/o3/lsq_unit_impl.hh @@ -42,6 +42,9 @@ * Korey Sewell */ +#ifndef __CPU_O3_LSQ_UNIT_IMPL_HH__ +#define __CPU_O3_LSQ_UNIT_IMPL_HH__ + #include "arch/generic/debugfaults.hh" #include "arch/locked_mem.hh" #include "base/str.hh" @@ -1289,3 +1292,5 @@ LSQUnit::dumpInsts() const cprintf("\n"); } + +#endif//__CPU_O3_LSQ_UNIT_IMPL_HH__ -- cgit v1.2.3