summaryrefslogtreecommitdiff
path: root/cpu/beta_cpu/fetch.hh
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/beta_cpu/fetch.hh')
-rw-r--r--cpu/beta_cpu/fetch.hh10
1 files changed, 5 insertions, 5 deletions
diff --git a/cpu/beta_cpu/fetch.hh b/cpu/beta_cpu/fetch.hh
index 4cfc2f167..7a3893708 100644
--- a/cpu/beta_cpu/fetch.hh
+++ b/cpu/beta_cpu/fetch.hh
@@ -4,17 +4,17 @@
// Figure out where to advance time buffer. Add a way to get a
// stage's current status.
-#ifndef __SIMPLE_FETCH_HH__
-#define __SIMPLE_FETCH_HH__
+#ifndef __CPU_BETA_CPU_SIMPLE_FETCH_HH__
+#define __CPU_BETA_CPU_SIMPLE_FETCH_HH__
//Will want to include: time buffer, structs, MemInterface, Event,
//whatever class bzero uses, MemReqPtr
+#include "base/statistics.hh"
#include "base/timebuf.hh"
-#include "sim/eventq.hh"
#include "cpu/pc_event.hh"
#include "mem/mem_interface.hh"
-#include "base/statistics.hh"
+#include "sim/eventq.hh"
/**
* SimpleFetch class to fetch a single instruction each cycle. SimpleFetch
@@ -207,4 +207,4 @@ class SimpleFetch
Stats::Distribution<> fetch_nisn_dist;
};
-#endif //__SIMPLE_FETCH_HH__
+#endif //__CPU_BETA_CPU_SIMPLE_FETCH_HH__