From 7a0f23326b8671d27b42d1eb0ee28f9e103911c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radim=20Kr=C4=8Dm=C3=A1=C5=99?= Date: Sat, 28 Dec 2024 13:08:49 +0100 Subject: [PATCH] rv32: fix formatting in register table MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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ář --- src/rv32.adoc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/rv32.adoc b/src/rv32.adoc index 967c22a4d..d5bf8de02 100644 --- a/src/rv32.adoc +++ b/src/rv32.adoc @@ -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] ====