correct input example for SOF case_3_bmask
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 25 Jun 2022 20:08:32 +0000 (21:08 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 25 Jun 2022 20:08:32 +0000 (21:08 +0100)
src/openpower/test/bitmanip/av_cases.py

index 09ab1235a4228ec982ad120a5dbf66b4557808ee..8468dad0673d4965acb066ace5f3f10407bd71e4 100644 (file)
@@ -559,7 +559,7 @@ class AVTestCase(TestAccumulatorBase):
         e = ExpectedState(pc=last_pc)
 
         m  = 0b11000011
-        v3 = 0b10010100 # vmsof.m v2, v3
+        v3 = 0b11010100 # vmsof.m v2, v3
         v2 = 0b01000000 # v2
         initial_regs[1] = v3
         initial_regs[2] = m