Skip to content

Commit

Permalink
PPC arch missing IAC5-IAC8 SPRs
Browse files Browse the repository at this point in the history
  • Loading branch information
sprout42 committed Oct 9, 2023
1 parent 49992a1 commit 43e7e2e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions envi/archs/ppc/spr.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,10 @@
562: ("DBCNT", " Debug Counter Register ", 32),
563: ("DBCR4", " Debug control register 4 ", 32),
564: ("DBCR5", " Debug control register 5 ", 32),
565: ("IAC5", " Instruction address compare 5", 64),
566: ("IAC6", " Instruction address compare 6", 64),
567: ("IAC7", " Instruction address compare 7", 64),
568: ("IAC8", " Instruction address compare 8", 64),
569: ("DBERC0", " External Debugger Resource Control 0 (alias to ", 32),
569: ("MCARU", "Machine check address register upper (alias to", 32),
570: ("MCSRR0", "Machine-check save/restore register 0", 64),
Expand Down

0 comments on commit 43e7e2e

Please sign in to comment.