mike upton has uploaded this change for review. (
https://gem5-review.googlesource.com/c/public/gem5/+/38357 )
Change subject: arm,kvm: fix MISCREG name missed earlier commit
......................................................................
arm,kvm: fix MISCREG name missed earlier commit
The change in MISCREG_HYP was missed in armv8_cpu.cc.
This checkin fixes the compile on ARM systems.
Change-Id: I92b12e00c355a61d7be39e2e4a1d5264608a81e4
---
M src/arch/arm/kvm/armv8_cpu.cc
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/arch/arm/kvm/armv8_cpu.cc b/src/arch/arm/kvm/armv8_cpu.cc
index 9779094..54fa8b2 100644
--- a/src/arch/arm/kvm/armv8_cpu.cc
+++ b/src/arch/arm/kvm/armv8_cpu.cc
@@ -381,7 +381,7 @@
const bool writeable(
info[MISCREG_USR_NS_WR] || info[MISCREG_USR_S_WR] ||
info[MISCREG_PRI_S_WR] || info[MISCREG_PRI_NS_WR] ||
- info[MISCREG_HYP_WR] ||
+ info[MISCREG_HYP_NS_WR] ||
info[MISCREG_MON_NS0_WR] || info[MISCREG_MON_NS1_WR]);
const bool implemented(
info[MISCREG_IMPLEMENTED] || info[MISCREG_WARN_NOT_FAIL]);
--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/38357
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: I92b12e00c355a61d7be39e2e4a1d5264608a81e4
Gerrit-Change-Number: 38357
Gerrit-PatchSet: 1
Gerrit-Owner: mike upton <[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