Hello Tony Gutierrez,
I'd like you to do a code review. Please visit
https://gem5-review.googlesource.com/c/public/gem5/+/30894
to review the following change.
Change subject: arch-arm: Add missing override to ARM faults
......................................................................
arch-arm: Add missing override to ARM faults
Change-Id: I7d64bdb4dfb0ba204e734f727b016bea168180ef
---
M src/arch/arm/faults.hh
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/arch/arm/faults.hh b/src/arch/arm/faults.hh
index 8a127ff..09513de 100644
--- a/src/arch/arm/faults.hh
+++ b/src/arch/arm/faults.hh
@@ -635,7 +635,7 @@
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>
--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/30894
To unsubscribe, or for help writing mail filters, visit
https://gem5-review.googlesource.com/settings
Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: I7d64bdb4dfb0ba204e734f727b016bea168180ef
Gerrit-Change-Number: 30894
Gerrit-PatchSet: 1
Gerrit-Owner: Anthony Gutierrez <[email protected]>
Gerrit-Reviewer: Tony Gutierrez <[email protected]>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s