From 5abe317fcaf035941661824f6e82c82e0357d146 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sun, 5 Apr 2020 13:13:34 +0100 Subject: [PATCH] whoops put (RA|0) into wrong variable --- openpower/isa/stringldst.mdwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openpower/isa/stringldst.mdwn b/openpower/isa/stringldst.mdwn index b91f75a4f..4ded1cd3a 100644 --- a/openpower/isa/stringldst.mdwn +++ b/openpower/isa/stringldst.mdwn @@ -4,7 +4,7 @@ X-Form * lswi RT,RA,NB - b <- (RA|0) + EA <- (RA|0) if NB = 0 then n <- 32 else n <- NB r <- RT - 1 @@ -55,7 +55,7 @@ X-Form * stswi RS,RA,NB - b <- (RA|0) + EA <- (RA|0) if NB = 0 then n <- 32 else n <- NB r <- RS - 1 -- 2.30.2