diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2011-08-14 17:41:34 -0700 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2011-08-14 17:41:34 -0700 |
commit | 0e6dc004978fbf2963dc467b8330544f563231d0 (patch) | |
tree | ecba87a76b0d4ad6303ccbf205519dfeaf2cc56d /src/cpu/o3/comm.hh | |
parent | ec204f003cfc79fb0da6fe1e6121c4a9bc18c781 (diff) | |
download | gem5-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.hh | 1 |
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; }; |