summaryrefslogtreecommitdiff
path: root/cpu/o3/rob.hh
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/o3/rob.hh')
-rw-r--r--cpu/o3/rob.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpu/o3/rob.hh b/cpu/o3/rob.hh
index b283e33ca..07ad75b52 100644
--- a/cpu/o3/rob.hh
+++ b/cpu/o3/rob.hh
@@ -32,8 +32,8 @@
// all instructions after the instruction, and all instructions after *and*
// including that instruction.
-#ifndef __CPU_BETA_CPU_ROB_HH__
-#define __CPU_BETA_CPU_ROB_HH__
+#ifndef __CPU_O3_CPU_ROB_HH__
+#define __CPU_O3_CPU_ROB_HH__
#include <utility>
#include <vector>
@@ -159,4 +159,4 @@ class ROB
bool doneSquashing;
};
-#endif //__CPU_BETA_CPU_ROB_HH__
+#endif //__CPU_O3_CPU_ROB_HH__