From c42aa3e0a66dc6365b2764a7a7ce8cca9eabd945 Mon Sep 17 00:00:00 2001 From: Dmitry Selyutin Date: Mon, 30 Aug 2021 08:48:37 +0000 Subject: [PATCH] fixedload: switch lhzu 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 0ea594cc..df059ca6 100644 --- a/openpower/isa/fixedload.mdwn +++ b/openpower/isa/fixedload.mdwn @@ -131,7 +131,7 @@ D-Form Pseudo-code: EA <- (RA) + EXTS(D) - RT <- [0] * 48 || MEM(EA, 2) + RT <- ([0] * (XLEN-16)) || MEM(EA, 2) RA <- EA Special Registers Altered: -- 2.30.2