The Pl390::getAddrRanges() method should have been flagged using the
override keyword. Other methods in this class already use the override
keyword, so this results in a warning about inconsistent override
usage when compiling using clang.
Change-Id: I17449687a8e074262232562487b58c96466bd54e
Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com>
void unserialize(CheckpointIn &cp) override;
public: /* PioDevice */
- AddrRangeList getAddrRanges() const { return addrRanges; }
+ AddrRangeList getAddrRanges() const override { return addrRanges; }
/** A PIO read to the device, immediately split up into
* readDistributor() or readCpu()