Skip to content

Commit

Permalink
rv32: fix formatting in register table
Browse files Browse the repository at this point in the history
The "RISC-V base unprivileged integer register state" table has stray
XLEN fields and an unnecessary and mis-formatted mid-table header.
Remove them all.

Signed-off-by: Radim Krčmář <[email protected]>
  • Loading branch information
radimkrcmar committed Dec 28, 2024
1 parent db98c92 commit 7a0f233
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/rv32.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,7 @@ holds the address of the current instruction.
3+^| [.small]#x29#
3+^| [.small]#x30#
3+^| [.small]#x31#
3+^| [.small]#XLEN#
| [.small]#XLEN-1#| >| [.small]#0#
3+^| [.small]#pc#
3+^| [.small]#XLEN#
3+^| [.small]#pc#
|===
[NOTE]
====
Expand Down

0 comments on commit 7a0f233

Please sign in to comment.