arch-arm: Fix FPEXC32_EL2 to FPEXC mapping
The mapping between MISCREG_FPEXC32_EL2 and MISCREG_FPEXC was missing, this patch adds the mapping. Change-Id: I2e7fa0456b73662ff9f950deb5c7e648a1bdd9ca Reviewed-by: Nikos Nikoleris <nikos.nikoleris@arm.com> Reviewed-on: https://gem5-review.googlesource.com/10043 Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com> Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>
This commit is contained in:
committed by
Giacomo Travaglini
parent
1c31181958
commit
b299740e65
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2010-2013, 2015-2017 ARM Limited
|
||||
* Copyright (c) 2010-2013, 2015-2018 ARM Limited
|
||||
* All rights reserved
|
||||
*
|
||||
* The license below extends only to copyright in the software and shall
|
||||
@@ -3601,7 +3601,7 @@ ISA::initializeMiscRegMetadata()
|
||||
.hyp().mon()
|
||||
.mapsTo(MISCREG_HSR);
|
||||
InitReg(MISCREG_FPEXC32_EL2)
|
||||
.hyp().mon();
|
||||
.hyp().mon().mapsTo(MISCREG_FPEXC);
|
||||
InitReg(MISCREG_AFSR0_EL3)
|
||||
.mon();
|
||||
InitReg(MISCREG_AFSR1_EL3)
|
||||
|
||||
Reference in New Issue
Block a user