summaryrefslogtreecommitdiff
path: root/src/cpu/pred/ras.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/pred/ras.hh')
-rw-r--r--src/cpu/pred/ras.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/cpu/pred/ras.hh b/src/cpu/pred/ras.hh
index ab92b34c2..924543eac 100644
--- a/src/cpu/pred/ras.hh
+++ b/src/cpu/pred/ras.hh
@@ -28,8 +28,8 @@
* Authors: Kevin Lim
*/
-#ifndef __CPU_O3_RAS_HH__
-#define __CPU_O3_RAS_HH__
+#ifndef __CPU_PRED_RAS_HH__
+#define __CPU_PRED_RAS_HH__
#include <vector>
@@ -99,4 +99,4 @@ class ReturnAddrStack
unsigned tos;
};
-#endif // __CPU_O3_RAS_HH__
+#endif // __CPU_PRED_RAS_HH__