ubsan: arm: undefined shift
authorAlan Modra <amodra@gmail.com>
Tue, 26 Oct 2021 09:09:12 +0000 (19:39 +1030)
committerAlan Modra <amodra@gmail.com>
Wed, 27 Oct 2021 21:10:49 +0000 (07:40 +1030)
commit459cde81fb571252cad74dd7333d5dc9694cf077
treef9eb85c492c40f67cc93eb75bdb26459e10796e2
parent296d3d2e156c8fe96c0250d5b59a008e7054946e
ubsan: arm: undefined shift

left shift of 2 by 31 places cannot be represented in type 'int'

* arm-dis.c (print_insn_thumb16): Avoid undefined behaviour.
opcodes/arm-dis.c