update comments on svstep returning pack/unpack state
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 25 Mar 2023 14:14:30 +0000 (14:14 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 25 Mar 2023 17:08:32 +0000 (17:08 +0000)
openpower/isa/simplev.mdwn

index 290454cbe4b9cb57ef2c0a928bded094f0282f23..b22007dc45f9737253c5c75e2feab92d3f957757 100644 (file)
@@ -11,7 +11,7 @@ SVL-Form
 Pseudo-code:
 
     if SVi[3:4] = 0b11 then
-        # store subvl, pack and unpack in SVSTATE
+        # store pack and unpack in SVSTATE
         SVSTATE[53] <- SVi[5]
         SVSTATE[54] <- SVi[6]
         RT <- [0]*62 || SVSTATE[53:54]