]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
x86/APX: with REX2 map 1 doesn't "chain" to maps 2 or 3
authorJan Beulich <jbeulich@suse.com>
Fri, 9 Feb 2024 07:39:48 +0000 (08:39 +0100)
committerJan Beulich <jbeulich@suse.com>
Fri, 9 Feb 2024 07:39:48 +0000 (08:39 +0100)
commit41e115853eef32304e3e6fcd7feb4ec116090ee0
tree9e8d842741312d6712c747d0f4c1c6ca036734c4
parentec3babb8c10111bacfd195fe9eafed1bfb721b5c
x86/APX: with REX2 map 1 doesn't "chain" to maps 2 or 3

Don't wander into three_byte_table[] when REX2 is present.

While there also eliminate related confusion when accessing
dis386_twobyte[]: There's nothing 3-byte-ish involved there. Dropping
the odd variable gets things better in sync with 1-byte handling as
well.
opcodes/i386-dis.c