disas/i386: Fix disassembly of two-byte vex prefixes
Signed-off-by: Richard Henderson <rth@twiddle.net>
This commit is contained in:
parent
b32dc3370a
commit
980edf4b69
@ -3559,6 +3559,7 @@ ckvexprefix (void)
|
|||||||
} else {
|
} else {
|
||||||
/* Two byte VEX prefix. */
|
/* Two byte VEX prefix. */
|
||||||
newrex |= (vex2 & 0x80 ? 0 : REX_R);
|
newrex |= (vex2 & 0x80 ? 0 : REX_R);
|
||||||
|
newpfx |= PREFIX_VEX_0F;
|
||||||
codep += 2;
|
codep += 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user