diff options
Diffstat (limited to 'src/arch')
-rw-r--r-- | src/arch/arm/miscregs.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/arm/miscregs.cc b/src/arch/arm/miscregs.cc index 9514997e3..c4915cb54 100644 --- a/src/arch/arm/miscregs.cc +++ b/src/arch/arm/miscregs.cc @@ -1291,7 +1291,7 @@ bitset<NUM_MISCREG_INFOS> miscRegInfo[NUM_MISCREGS] = { // MISCREG_CNTVOFF_EL2 bitset<NUM_MISCREG_INFOS>(string("11111100000000000001")), // MISCREG_CNTHCTL_EL2 - bitset<NUM_MISCREG_INFOS>(string("01111000000000000000")), + bitset<NUM_MISCREG_INFOS>(string("01111000000000000100")), // MISCREG_CNTHP_TVAL_EL2 bitset<NUM_MISCREG_INFOS>(string("01111000000000000000")), // MISCREG_CNTHP_CTL_EL2 |