From: Luke Kenneth Casson Leighton Date: Sat, 4 Apr 2020 19:58:35 +0000 (+0100) Subject: whoops syntax error in cnttzw X-Git-Tag: convert-csv-opcode-to-binary~2957 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f9f17009422774bc7cfcc5d676ae0cb9c130f02b;p=libreriscv.git whoops syntax error in cnttzw --- diff --git a/openpower/isa/fixedlogical.mdwn b/openpower/isa/fixedlogical.mdwn index b3e620ea9..9b1cc00c4 100644 --- a/openpower/isa/fixedlogical.mdwn +++ b/openpower/isa/fixedlogical.mdwn @@ -231,7 +231,7 @@ X-Form n <- 0 do while n < 32 - if (RS)[63-n=] = 0b1 then + if (RS)[63-n] = 0b1 then leave n <- n + 1 RA <- EXTZ64(n)