dev-arm: Ensure all fields of GicV2 are initialized.
The constructor tried to initialize all values, but in particular missed intGroup, and may have missed other values as well. Change-Id: Ibcd610e40259e46e3cde9b76c7f9ddc816832dfd Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/52406 Reviewed-by: Giacomo Travaglini <giacomo.travaglini@arm.com> Maintainer: Giacomo Travaglini <giacomo.travaglini@arm.com> Tested-by: kokoro <noreply+kokoro@google.com>
This commit is contained in:
@@ -76,7 +76,7 @@ GicV2::GicV2(const Params &p)
|
||||
cpuPioDelay(p.cpu_pio_delay), intLatency(p.int_latency),
|
||||
enabled(false), haveGem5Extensions(p.gem5_extensions),
|
||||
itLines(p.it_lines),
|
||||
intEnabled {}, pendingInt {}, activeInt {},
|
||||
intEnabled {}, pendingInt {}, activeInt {}, intGroup {},
|
||||
intPriority {}, intConfig {}, cpuTarget {},
|
||||
cpuSgiPending {}, cpuSgiActive {},
|
||||
cpuSgiPendingExt {}, cpuSgiActiveExt {},
|
||||
|
||||
Reference in New Issue
Block a user