Fix places in the AArch64 opcodes library code where a call to assert() has side...
authorNick Clifton <nickc@redhat.com>
Fri, 8 Jan 2021 11:51:50 +0000 (11:51 +0000)
committerNick Clifton <nickc@redhat.com>
Fri, 8 Jan 2021 11:51:50 +0000 (11:51 +0000)
commite84c871648606f29f7d35084ab8afc3b522affc3
tree90e2f5e816d9e038ec9b5e8f561f20297b360a4c
parentfb932b57cbf99d01145cb4b5c0c64da9157c7f73
Fix places in the AArch64 opcodes library code where a call to assert() has side effects.

PR 27129
* aarch64-dis.c (determine_disassembling_preference): Move call to
aarch64_match_operands_constraint outside of the assertion.
* aarch64-asm.c (aarch64_ins_limm_1): Remove call to assert.
Replace with a return of FALSE.
opcodes/ChangeLog
opcodes/aarch64-asm.c
opcodes/aarch64-dis.c