diff options
Diffstat (limited to 'cpu/beta_cpu/btb.hh')
-rw-r--r-- | cpu/beta_cpu/btb.hh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpu/beta_cpu/btb.hh b/cpu/beta_cpu/btb.hh index 81069eabe..0ed128137 100644 --- a/cpu/beta_cpu/btb.hh +++ b/cpu/beta_cpu/btb.hh @@ -1,5 +1,5 @@ -#ifndef __BTB_HH__ -#define __BTB_HH__ +#ifndef __CPU_BETA_CPU_BTB_HH__ +#define __CPU_BETA_CPU_BTB_HH__ // For Addr type. #include "arch/alpha/isa_traits.hh" @@ -49,4 +49,4 @@ class DefaultBTB unsigned tagShiftAmt; }; -#endif // __BTB_HH__ +#endif // __CPU_BETA_CPU_BTB_HH__ |