arch-arm: Add missing override to ARM faults
Change-Id: I7d64bdb4dfb0ba204e734f727b016bea168180ef Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/30894 Reviewed-by: Jason Lowe-Power <power.jg@gmail.com> Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com> Maintainer: Andreas Sandberg <andreas.sandberg@arm.com> Tested-by: kokoro <noreply+kokoro@google.com>
This commit is contained in:
committed by
Anthony Gutierrez
parent
6002f733cc
commit
915e134f68
@@ -647,7 +647,7 @@ class Watchpoint : public ArmFaultVals<Watchpoint>
|
||||
bool routeToHyp(ThreadContext *tc) const override;
|
||||
uint32_t iss() const override;
|
||||
ExceptionClass ec(ThreadContext *tc) const override;
|
||||
void annotate(AnnotationIDs id, uint64_t val);
|
||||
void annotate(AnnotationIDs id, uint64_t val) override;
|
||||
};
|
||||
|
||||
class SoftwareStepFault : public ArmFaultVals<SoftwareStepFault>
|
||||
|
||||
Reference in New Issue
Block a user