BR 2028910: fix decoding of VEX prefixes in 16- and 32-bit mode
commitf7d863b7d1703b055f11e0087baac640b016b880
authorH. Peter Anvin <hpa@zytor.com>
Thu, 31 Jul 2008 00:30:12 +0000 (30 17:30 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 31 Jul 2008 00:30:12 +0000 (30 17:30 -0700)
tree3fa7ef72ba6a9644a8e9f71ef86d9c3f317917b1
parentecf8c3e38256739e5761c714aa4331f13790a7a9
BR 2028910: fix decoding of VEX prefixes in 16- and 32-bit mode

We would incorrectly set a bunch of VEX-related state for C4 and C5
bytes, even though we had already rejected it as not a VEX prefix due
to the top two bits of the following byte not being 11.
disasm.c