commit | 32c8e7265a55ab4cf14fa255115a81134c62fb16 | [log] [tgz] |
---|---|---|
author | Jan Beulich <jbeulich@suse.com> | Fri Apr 21 12:10:23 2023 +0200 |
committer | Jan Beulich <jbeulich@suse.com> | Fri Apr 21 12:10:23 2023 +0200 |
tree | e094e159d04ba9294aee2e55fa4631ef27fb4f3d | |
parent | d82c06b68e32d01d59b664fe32496184db19b251 [diff] |
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).