X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=cpu%2Fbeta_cpu%2Frename.hh;h=3e9899718b7ef1b34fd8bcdcd4fc18df6bd98299;hb=6191d3e4443b5337232a238a3a0dd5d11249e223;hp=3e6b873aef363102f1861ed8ef4733e0cf0cd007;hpb=1e7a744c09d0bde70e0f83179fdf4d6059585e4b;p=gem5.git diff --git a/cpu/beta_cpu/rename.hh b/cpu/beta_cpu/rename.hh index 3e6b873ae..3e9899718 100644 --- a/cpu/beta_cpu/rename.hh +++ b/cpu/beta_cpu/rename.hh @@ -3,11 +3,12 @@ // May want to have different statuses to differentiate the different stall // conditions. -#ifndef __SIMPLE_RENAME_HH__ -#define __SIMPLE_RENAME_HH__ +#ifndef __CPU_BETA_CPU_SIMPLE_RENAME_HH__ +#define __CPU_BETA_CPU_SIMPLE_RENAME_HH__ #include +#include "base/statistics.hh" #include "base/timebuf.hh" // Will need rename maps for both the int reg file and fp reg file. @@ -202,4 +203,4 @@ class SimpleRename Stats::Scalar<> renameValidUndoneMaps; }; -#endif // __SIMPLE_RENAME_HH__ +#endif // __CPU_BETA_CPU_SIMPLE_RENAME_HH__