diff options
author | Ali Saidi <Ali.Saidi@ARM.com> | 2014-01-24 15:29:30 -0600 |
---|---|---|
committer | Ali Saidi <Ali.Saidi@ARM.com> | 2014-01-24 15:29:30 -0600 |
commit | 90b1775a8f87834d4c27d4c98483bb7b1e5e9679 (patch) | |
tree | 5c06b3e32bde9938dc977e1a59c288e87075b521 /src/cpu/base_dyn_inst_impl.hh | |
parent | 6bed6e0352a68723ea55017b3e09a8c279af11ec (diff) | |
download | gem5-90b1775a8f87834d4c27d4c98483bb7b1e5e9679.tar.xz |
cpu: Add support for instructions that zero cache lines.
Diffstat (limited to 'src/cpu/base_dyn_inst_impl.hh')
-rw-r--r-- | src/cpu/base_dyn_inst_impl.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cpu/base_dyn_inst_impl.hh b/src/cpu/base_dyn_inst_impl.hh index bc581ed2d..9004fc0f5 100644 --- a/src/cpu/base_dyn_inst_impl.hh +++ b/src/cpu/base_dyn_inst_impl.hh @@ -90,6 +90,7 @@ BaseDynInst<Impl>::initVars() effAddr = 0; physEffAddr = 0; readyRegs = 0; + memReqFlags = 0; status.reset(); |