summaryrefslogtreecommitdiff
path: root/src/cpu/o3/comm.hh
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2011-08-14 17:41:34 -0700
committerGabe Black <gblack@eecs.umich.edu>2011-08-14 17:41:34 -0700
commit0e6dc004978fbf2963dc467b8330544f563231d0 (patch)
treeecba87a76b0d4ad6303ccbf205519dfeaf2cc56d /src/cpu/o3/comm.hh
parentec204f003cfc79fb0da6fe1e6121c4a9bc18c781 (diff)
downloadgem5-0e6dc004978fbf2963dc467b8330544f563231d0.tar.xz
O3: When squashing, restore the macroop that should be used for fetching.
Diffstat (limited to 'src/cpu/o3/comm.hh')
-rw-r--r--src/cpu/o3/comm.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cpu/o3/comm.hh b/src/cpu/o3/comm.hh
index 840dde9ea..053d4f6be 100644
--- a/src/cpu/o3/comm.hh
+++ b/src/cpu/o3/comm.hh
@@ -135,6 +135,7 @@ struct TimeBufStruct {
bool branchTaken;
Addr mispredPC;
TheISA::PCState nextPC;
+ DynInstPtr squashInst;
unsigned branchCount;
};