From 1f4b308f975418595a0858cd37e7e66f2fe7244d Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Fri, 9 Oct 2020 16:28:09 -0700 Subject: [PATCH] fix typo --- openpower/isa/fixedarith.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openpower/isa/fixedarith.mdwn b/openpower/isa/fixedarith.mdwn index dc1354b37..9fd56d5db 100644 --- a/openpower/isa/fixedarith.mdwn +++ b/openpower/isa/fixedarith.mdwn @@ -367,7 +367,7 @@ Pseudo-code: prod[0:63] <- (RA)[32:63] * (RB)[32:63] RT[32:63] <- prod[0:31] - RT[0:31] <- unsigned(prod[0:31]) + RT[0:31] <- undefined(prod[0:31]) Special Registers Altered: -- 2.30.2