From 62df7e7c396e0c1059e2b1e01e67470a0d03698d Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sat, 4 Apr 2020 19:41:51 +0100 Subject: [PATCH] fix syntax errors in mem reg-read --- openpower/isa/fixedstore.mdwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openpower/isa/fixedstore.mdwn b/openpower/isa/fixedstore.mdwn index c0e9d6f87..11616e554 100644 --- a/openpower/isa/fixedstore.mdwn +++ b/openpower/isa/fixedstore.mdwn @@ -145,7 +145,7 @@ D-Form * stwu RS,D(RA) EA <- (RA) + EXTS(D) - MEM(EA, 4) <- (RS) 32:63 + MEM(EA, 4) <- (RS)[32:63] RA <- EA Special Registers Altered: @@ -159,7 +159,7 @@ X-Form * stwux RS,RA,RB EA <- (RA) + (RB) - MEM(EA, 4) <- (RS) 32:63 + MEM(EA, 4) <- (RS)[32:63] RA <- EA Special Registers Altered: -- 2.30.2