Commit 8d1f211e authored by Heiko Carstens's avatar Heiko Carstens Committed by Martin Schwidefsky

s390/disassembler: remove indentical initializer

Remove one of the two identical initializer entries.
Signed-off-by: default avatarHeiko Carstens <heiko.carstens@de.ibm.com>
parent eba84525
......@@ -226,7 +226,6 @@ static const struct s390_operand operands[] =
[U16_32] = { 16, 32, 0 },
[J16_16] = { 16, 16, OPERAND_PCREL },
[J16_32] = { 16, 32, OPERAND_PCREL },
[I16_32] = { 16, 32, OPERAND_SIGNED },
[I24_24] = { 24, 24, OPERAND_SIGNED },
[J32_16] = { 32, 16, OPERAND_PCREL },
[I32_16] = { 32, 16, OPERAND_SIGNED },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment