(no commit message)
authorlkcl <lkcl@web>
Mon, 30 Nov 2020 18:54:20 +0000 (18:54 +0000)
committerIkiWiki <ikiwiki.info>
Mon, 30 Nov 2020 18:54:20 +0000 (18:54 +0000)
openpower/sv/16_bit_compressed.mdwn

index 43bec717a5497244e35902a56abe65b9e888068f..84d889dfd656ff58d3c018d4f8291e53cb4507b2 100644 (file)
@@ -826,7 +826,7 @@ At this phase, knowing that the length is 16bit and the mode is either 10b or 16
 
     if mode == 10bit:
         decode_10bit(insn)
-    if mode == 16bit:
+    elif mode == 16bit:
         if N == 1 and M == 1:
             decode_16bit_immed_mode(insn)
         else: