x86: don't open-code PREFIX_NONE
authorJan Beulich <jbeulich@suse.com>
Tue, 23 Mar 2021 07:44:35 +0000 (08:44 +0100)
committerJan Beulich <jbeulich@suse.com>
Tue, 23 Mar 2021 07:44:35 +0000 (08:44 +0100)
commit70e958370c8f4dc3222b658a725571d8d2f5f98a
tree355bafe609cb3478303dc830127f38949680cfd3
parenta152332d174e0a727c079fbaee933b43ac7d7696
x86: don't open-code PREFIX_NONE

Use the constant rather than literal zero. While at it fold two
conditionals (using the same base opcode and prefix) in load_insn_p().
gas/ChangeLog
gas/config/tc-i386.c