From f1c47b6ec10959631da0fd01cb6084bd2aedb115 Mon Sep 17 00:00:00 2001 From: Dmitry Selyutin Date: Fri, 3 Sep 2021 17:50:49 +0000 Subject: [PATCH] fixedstore: switch stwx to XLEN --- openpower/isa/fixedstore.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openpower/isa/fixedstore.mdwn b/openpower/isa/fixedstore.mdwn index 29f921ce..4a5f43d1 100644 --- a/openpower/isa/fixedstore.mdwn +++ b/openpower/isa/fixedstore.mdwn @@ -168,7 +168,7 @@ Pseudo-code: b <- (RA|0) EA <- b + (RB) - MEM(EA, 4) <- (RS)[32:63] + MEM(EA, 4) <- (RS)[XLEN-32:XLEN-1] Special Registers Altered: -- 2.30.2