From: Luke Kenneth Casson Leighton Date: Fri, 14 Oct 2022 20:37:08 +0000 (+0100) Subject: whoops missed an update MEM(EA...) in pifixedstore X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a9ba11222f4177504f67460dd40f2ed471137159;p=openpower-isa.git whoops missed an update MEM(EA...) in pifixedstore --- diff --git a/openpower/isa/pifixedstore.mdwn b/openpower/isa/pifixedstore.mdwn index d22deaf3..1fe36aa6 100644 --- a/openpower/isa/pifixedstore.mdwn +++ b/openpower/isa/pifixedstore.mdwn @@ -115,7 +115,7 @@ Pseudo-code: EA <- (RA) + EXTS(DS || 0b00) ea <- (RA) - MEM(EA, 8) <- (RS) + MEM(ea, 8) <- (RS) RA <- EA Special Registers Altered: