diff options
Diffstat (limited to 'cpu/beta_cpu/decode.hh')
-rw-r--r-- | cpu/beta_cpu/decode.hh | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/cpu/beta_cpu/decode.hh b/cpu/beta_cpu/decode.hh index 64e87290e..dd18cf176 100644 --- a/cpu/beta_cpu/decode.hh +++ b/cpu/beta_cpu/decode.hh @@ -5,11 +5,12 @@ // Fix up squashing too, as it's too // dependent upon the iew stage continually telling it to squash. -#ifndef __SIMPLE_DECODE_HH__ -#define __SIMPLE_DECODE_HH__ +#ifndef __CPU_BETA_CPU_SIMPLE_DECODE_HH__ +#define __CPU_BETA_CPU_SIMPLE_DECODE_HH__ #include <queue> +#include "base/statistics.hh" #include "base/timebuf.hh" template<class Impl> @@ -141,4 +142,4 @@ class SimpleDecode Stats::Scalar<> decodeSquashedInsts; }; -#endif // __SIMPLE_DECODE_HH__ +#endif // __CPU_BETA_CPU_SIMPLE_DECODE_HH__ |