x86: drop (explicit) BFD64 dependency from disassembler
commit32c8e7265a55ab4cf14fa255115a81134c62fb16
authorJan Beulich <jbeulich@suse.com>
Fri, 21 Apr 2023 10:10:23 +0000 (21 12:10 +0200)
committerJan Beulich <jbeulich@suse.com>
Fri, 21 Apr 2023 10:10:23 +0000 (21 12:10 +0200)
treee094e159d04ba9294aee2e55fa4631ef27fb4f3d
parentd82c06b68e32d01d59b664fe32496184db19b251
x86: drop (explicit) BFD64 dependency from disassembler

get64() is unreachable when !BFD64 (due to a check relatively early in
print_insn()). Let's avoid the associated #ifdef-ary (or else we should
extend it to remove more dead code).
opcodes/i386-dis.c