Skip to content

Commit

Permalink
Fix RISC-V pmpaddr typo (#2183)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaird authored Nov 2, 2023
1 parent 8e66769 commit 7bd3683
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/RISCV/RISCVInstPrinter.c
Original file line number Diff line number Diff line change
Expand Up @@ -292,8 +292,8 @@ static const char *getCSRSystemRegisterName(unsigned CsrNo)
case 0x03ba: return "pmpaddr10";
case 0x03bb: return "pmpaddr11";
case 0x03bc: return "pmpaddr12";
case 0x03bd: return "pmpaddr14";
case 0x03be: return "pmpaddr13";
case 0x03bd: return "pmpaddr13";
case 0x03be: return "pmpaddr14";
case 0x03bf: return "pmpaddr15";

case 0x0b00: return "mcycle";
Expand Down

0 comments on commit 7bd3683

Please sign in to comment.