From af5fb04b22e973fb991508bec4fb43e913ee6e1a Mon Sep 17 00:00:00 2001 From: Harrison Mutai Date: Wed, 24 Apr 2024 10:02:15 +0000 Subject: [PATCH] Fix malformed reg convention table Signed-off-by: Harrison Mutai --- source/register_conventions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/register_conventions.rst b/source/register_conventions.rst index 7d0325f..ea5fc46 100644 --- a/source/register_conventions.rst +++ b/source/register_conventions.rst @@ -102,7 +102,7 @@ absent from the transfer list. | R1 | R1 is divided into the following fields: | | | | | | - R1[23:0]: set to the 24 least significant bits of TL | - signature (0f_b10b). | + | | signature (0f_b10b). | | | - R1[31:24]: version of the register convention used. Set to| | | 1 for the AArch32 convention specified in this document. | | | |