diff options
Diffstat (limited to 'src/arch')
-rw-r--r-- | src/arch/arm/miscregs.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/arch/arm/miscregs.cc b/src/arch/arm/miscregs.cc index 826e56726..ece552439 100644 --- a/src/arch/arm/miscregs.cc +++ b/src/arch/arm/miscregs.cc @@ -686,13 +686,13 @@ bitset<NUM_MISCREG_INFOS> miscRegInfo[NUM_MISCREGS] = { // MISCREG_TPIDRURW_NS bitset<NUM_MISCREG_INFOS>(string("11001111111111100001")), // MISCREG_TPIDRURW_S - bitset<NUM_MISCREG_INFOS>(string("00110011000000100001")), + bitset<NUM_MISCREG_INFOS>(string("00110011001100100001")), // MISCREG_TPIDRURO bitset<NUM_MISCREG_INFOS>(string("00000000000000010001")), // MISCREG_TPIDRURO_NS bitset<NUM_MISCREG_INFOS>(string("11001111110101100001")), // MISCREG_TPIDRURO_S - bitset<NUM_MISCREG_INFOS>(string("00110011000000100001")), + bitset<NUM_MISCREG_INFOS>(string("00110011000100100001")), // MISCREG_TPIDRPRW bitset<NUM_MISCREG_INFOS>(string("00000000000000010001")), // MISCREG_TPIDRPRW_NS |