From 0390f9b7357431564cb2017bf9190d6901528629 Mon Sep 17 00:00:00 2001 From: lkcl Date: Mon, 30 Nov 2020 18:54:20 +0000 Subject: [PATCH] --- openpower/sv/16_bit_compressed.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openpower/sv/16_bit_compressed.mdwn b/openpower/sv/16_bit_compressed.mdwn index 43bec717a..84d889dfd 100644 --- a/openpower/sv/16_bit_compressed.mdwn +++ b/openpower/sv/16_bit_compressed.mdwn @@ -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: -- 2.30.2