From 772ce98c90457274b7b6b1e70ac45ab5c5858e9f Mon Sep 17 00:00:00 2001 From: Dmitry Selyutin Date: Mon, 30 Aug 2021 08:41:49 +0000 Subject: [PATCH] fixedload: switch lbzx to XLEN --- openpower/isa/fixedload.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openpower/isa/fixedload.mdwn b/openpower/isa/fixedload.mdwn index 1a807c41..607a247a 100644 --- a/openpower/isa/fixedload.mdwn +++ b/openpower/isa/fixedload.mdwn @@ -52,7 +52,7 @@ Pseudo-code: b <- (RA|0) EA <- b + (RB) - RT <- [0] * 56 || MEM(EA, 1) + RT <- ([0] * (XLEN-8)) || MEM(EA, 1) Special Registers Altered: -- 2.30.2