cpu,arch-arm: Initialise data members
authorRekai Gonzalez-Alberquilla <rekai.gonzalezalberquilla@arm.com>
Fri, 10 Feb 2017 17:30:22 +0000 (17:30 +0000)
committerGiacomo Gabrielli <giacomo.gabrielli@arm.com>
Wed, 28 Nov 2018 14:12:35 +0000 (14:12 +0000)
commit3bb49cb2b01e55e33cd2ca7a872be65c49fabfc6
treebb90dca9ef7fc42df1869eeaba8fce9d41c32926
parentc918d1435c243f2c74969b35793a87e10796c1a6
cpu,arch-arm: Initialise data members

The value that is not initialized has a bogus value that manifests when
using some debug-flags what makes the usage of tracediff a bit more
challenging.

In addition, while debugging with other techniques, it introduces the
problem of understanding if the value of a field is 'intended' or just
an effect of the lack of initialisation.

Change-Id: Ied88caa77479c6f1d5166d80d1a1a057503cb106
Signed-off-by: Giacomo Gabrielli <giacomo.gabrielli@arm.com>
Reviewed-on: https://gem5-review.googlesource.com/c/13125
Maintainer: Nikos Nikoleris <nikos.nikoleris@arm.com>
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
src/arch/arm/tlb.cc
src/cpu/base_dyn_inst_impl.hh
src/cpu/checker/cpu.cc
src/cpu/o3/commit_impl.hh
src/cpu/o3/decode_impl.hh
src/cpu/o3/fetch.hh
src/cpu/o3/fetch_impl.hh
src/cpu/o3/iew_impl.hh
src/cpu/o3/inst_queue_impl.hh
src/cpu/o3/rename_impl.hh
src/cpu/o3/rob_impl.hh