fix typo
authorJacob Lifshay <programmerjake@gmail.com>
Fri, 9 Oct 2020 23:28:09 +0000 (16:28 -0700)
committerJacob Lifshay <programmerjake@gmail.com>
Fri, 9 Oct 2020 23:28:09 +0000 (16:28 -0700)
openpower/isa/fixedarith.mdwn

index dc1354b376080ad112bdd8a8509cb630cf0a22d5..9fd56d5db26de19046705ab479922646bd40f286 100644 (file)
@@ -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: