arm: treat aarch64 hints as NOPs instead of panic
Change-Id: Ida2a746e6188171bd2e4da92a4efb33fcbaa2b69 Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com> Reviewed-on: https://gem5-review.googlesource.com/c/13476 Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>
This commit is contained in:
@@ -369,7 +369,8 @@ namespace Aarch64
|
||||
}
|
||||
break;
|
||||
}
|
||||
return new Unknown64(machInst);
|
||||
return new WarnUnimplemented(
|
||||
"unallocated_hint", machInst);
|
||||
} else if (crn == 0x3 && op1 == 0x3) {
|
||||
switch (op2) {
|
||||
case 0x2:
|
||||
|
||||
Reference in New Issue
Block a user