From 5e451a56b03bab690875484f826ab71e070c5b6d Mon Sep 17 00:00:00 2001 From: Dmitry Selyutin Date: Mon, 30 Aug 2021 08:42:51 +0000 Subject: [PATCH] fixedload: switch lbzux 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 586069f9..16db762d 100644 --- a/openpower/isa/fixedload.mdwn +++ b/openpower/isa/fixedload.mdwn @@ -83,7 +83,7 @@ X-Form Pseudo-code: EA <- (RA) + (RB) - RT <- [0] * 56 || MEM(EA, 1) + RT <- ([0] * (XLEN-8)) || MEM(EA, 1) RA <- EA Special Registers Altered: -- 2.30.2