summaryrefslogtreecommitdiff
path: root/src/cpu/pred/btb.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/pred/btb.hh')
-rw-r--r--src/cpu/pred/btb.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/cpu/pred/btb.hh b/src/cpu/pred/btb.hh
index 814b23872..3a773e40d 100644
--- a/src/cpu/pred/btb.hh
+++ b/src/cpu/pred/btb.hh
@@ -28,8 +28,8 @@
* Authors: Kevin Lim
*/
-#ifndef __CPU_O3_BTB_HH__
-#define __CPU_O3_BTB_HH__
+#ifndef __CPU_PRED_BTB_HH__
+#define __CPU_PRED_BTB_HH__
#include "arch/types.hh"
#include "base/misc.hh"
@@ -127,4 +127,4 @@ class DefaultBTB
unsigned tagShiftAmt;
};
-#endif // __CPU_O3_BTB_HH__
+#endif // __CPU_PRED_BTB_HH__