diff --git a/src/arch/arm/miscregs.cc b/src/arch/arm/miscregs.cc index 313ac18f9..4c950a643 100644 --- a/src/arch/arm/miscregs.cc +++ b/src/arch/arm/miscregs.cc @@ -770,7 +770,7 @@ bitset miscRegInfo[NUM_MISCREGS] = { // MISCREG_CPUMERRSR bitset(string("1111111111000000000")), // MISCREG_L2MERRSR - bitset(string("1111111111000000000")), + bitset(string("1111111111000000010")), // AArch64 registers (Op0=2) // MISCREG_MDCCINT_EL1 @@ -1330,7 +1330,7 @@ bitset miscRegInfo[NUM_MISCREGS] = { // MISCREG_CPUMERRSR_EL1 bitset(string("1111111111000000001")), // MISCREG_L2MERRSR_EL1 - bitset(string("1111111111000000001")), + bitset(string("1111111111000000010")), // MISCREG_CBAR_EL1 bitset(string("0101010101000000001")),