From: Luke Kenneth Casson Leighton Date: Sun, 5 Apr 2020 11:36:59 +0000 (+0100) Subject: minor whitespace X-Git-Tag: convert-csv-opcode-to-binary~2945 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=210b57c1f0ebe644c132147f67e543332fc20eeb;p=libreriscv.git minor whitespace --- diff --git a/openpower/isa/fixedtrap.mdwn b/openpower/isa/fixedtrap.mdwn index 30ee02b3a..1568309de 100644 --- a/openpower/isa/fixedtrap.mdwn +++ b/openpower/isa/fixedtrap.mdwn @@ -75,7 +75,8 @@ A-Form * isel RT,RA,RB,BC - if RA=0 then a <-0 else a <- (RA) + if RA=0 then a <-0 + else a <- (RA) if CR[BC+32]=1 then RT <- a else RT <- (RB)