disas/i386: Fix disassembly of two-byte vex prefixes

Signed-off-by: Richard Henderson <rth@twiddle.net>
This commit is contained in:
Richard Henderson 2017-07-19 19:51:38 -10:00 committed by Richard Henderson
parent b32dc3370a
commit 980edf4b69
1 changed files with 1 additions and 0 deletions

View File

@ -3559,6 +3559,7 @@ ckvexprefix (void)
} else {
/* Two byte VEX prefix. */
newrex |= (vex2 & 0x80 ? 0 : REX_R);
newpfx |= PREFIX_VEX_0F;
codep += 2;
}