From f9f17009422774bc7cfcc5d676ae0cb9c130f02b Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sat, 4 Apr 2020 20:58:35 +0100 Subject: [PATCH] whoops syntax error in cnttzw --- openpower/isa/fixedlogical.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.30.2