summaryrefslogtreecommitdiff
path: root/cpu/o3/comm.hh
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/o3/comm.hh')
-rw-r--r--cpu/o3/comm.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpu/o3/comm.hh b/cpu/o3/comm.hh
index 475ab8df8..e4de1d304 100644
--- a/cpu/o3/comm.hh
+++ b/cpu/o3/comm.hh
@@ -26,8 +26,8 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef __CPU_BETA_CPU_COMM_HH__
-#define __CPU_BETA_CPU_COMM_HH__
+#ifndef __CPU_O3_CPU_COMM_HH__
+#define __CPU_O3_CPU_COMM_HH__
#include <vector>
@@ -160,4 +160,4 @@ struct TimeBufStruct {
commitComm commitInfo;
};
-#endif //__CPU_BETA_CPU_COMM_HH__
+#endif //__CPU_O3_CPU_COMM_HH__