summaryrefslogtreecommitdiff
path: root/cpu/o3/free_list.hh
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/o3/free_list.hh')
-rw-r--r--cpu/o3/free_list.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpu/o3/free_list.hh b/cpu/o3/free_list.hh
index 09d7557a3..733d142fc 100644
--- a/cpu/o3/free_list.hh
+++ b/cpu/o3/free_list.hh
@@ -26,8 +26,8 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef __CPU_BETA_CPU_FREE_LIST_HH__
-#define __CPU_BETA_CPU_FREE_LIST_HH__
+#ifndef __CPU_O3_CPU_FREE_LIST_HH__
+#define __CPU_O3_CPU_FREE_LIST_HH__
#include <iostream>
#include <queue>
@@ -192,4 +192,4 @@ SimpleFreeList::addFloatReg(PhysRegIndex freed_reg)
freeFloatRegs.push(freed_reg);
}
-#endif // __CPU_BETA_CPU_FREE_LIST_HH__
+#endif // __CPU_O3_CPU_FREE_LIST_HH__