whoops missed an update MEM(EA...) in pifixedstore
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 14 Oct 2022 20:37:08 +0000 (21:37 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 14 Oct 2022 20:37:08 +0000 (21:37 +0100)
openpower/isa/pifixedstore.mdwn

index d22deaf3c6baedaedb150f2ed93c06af9298b380..1fe36aa6c65da2c00f271714b3473e73ad4b9bac 100644 (file)
@@ -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: