From: Luke Kenneth Casson Leighton Date: Fri, 27 Oct 2023 14:31:12 +0000 (+0100) Subject: missing colon on end of "Description" X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=001ee21052ab7966ce5d03047b3e5e322689d4f2;p=openpower-isa.git missing colon on end of "Description" --- diff --git a/openpower/isa/fixedload.mdwn b/openpower/isa/fixedload.mdwn index 8bb3da72..a6c7f988 100644 --- a/openpower/isa/fixedload.mdwn +++ b/openpower/isa/fixedload.mdwn @@ -631,7 +631,7 @@ Pseudo-code: EA <- b + EXTS(DQ || 0b0000) RTp <- MEM(EA, 16) -Description +Description: Let the effective address (EA) be the sum (RA|0)+ (DQ||0b0000). The quadword in storage addressed by EA is loaded into register pair RTp.