Hello Andreas Sandberg,
I'd like you to do a code review. Please visit
https://gem5-review.googlesource.com/c/public/gem5/+/13476
to review the following change.
Change subject: arm: treat aarch64 hints as NOPs instead of panic
......................................................................
arm: treat aarch64 hints as NOPs instead of panic
Change-Id: Ida2a746e6188171bd2e4da92a4efb33fcbaa2b69
Reviewed-by: Andreas Sandberg <[email protected]>
---
M src/arch/arm/isa/formats/aarch64.isa
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/arch/arm/isa/formats/aarch64.isa
b/src/arch/arm/isa/formats/aarch64.isa
index cd106ab..26c65ec 100644
--- a/src/arch/arm/isa/formats/aarch64.isa
+++ b/src/arch/arm/isa/formats/aarch64.isa
@@ -369,7 +369,8 @@
}
break;
}
- return new Unknown64(machInst);
+ return new WarnUnimplemented(
+ "unallocated_hint", machInst);
} else if (crn == 0x3 && op1 == 0x3) {
switch (op2) {
case 0x2:
--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/13476
To unsubscribe, or for help writing mail filters, visit
https://gem5-review.googlesource.com/settings
Gerrit-Project: public/gem5
Gerrit-Branch: master
Gerrit-Change-Id: Ida2a746e6188171bd2e4da92a4efb33fcbaa2b69
Gerrit-Change-Number: 13476
Gerrit-PatchSet: 1
Gerrit-Owner: Ciro Santilli <[email protected]>
Gerrit-Reviewer: Andreas Sandberg <[email protected]>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev