summaryrefslogtreecommitdiff
path: root/cpu/beta_cpu/decode.hh
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/beta_cpu/decode.hh')
-rw-r--r--cpu/beta_cpu/decode.hh4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpu/beta_cpu/decode.hh b/cpu/beta_cpu/decode.hh
index dd18cf176..af2a5ee54 100644
--- a/cpu/beta_cpu/decode.hh
+++ b/cpu/beta_cpu/decode.hh
@@ -68,12 +68,16 @@ class SimpleDecode
void squash();
private:
+ inline bool fetchInstsValid();
+
void block();
inline void unblock();
void squash(DynInstPtr &inst);
+ void dumpFetchQueue();
+
// Interfaces to objects outside of decode.
/** CPU interface. */
FullCPU *cpu;