Skip to content

Commit

Permalink
disas/i386: Fix disassembly of two-byte vex prefixes
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Henderson <rth@twiddle.net>
  • Loading branch information
rth7680 committed Sep 6, 2017
1 parent b32dc33 commit 980edf4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions disas/i386.c
Expand Up @@ -3559,6 +3559,7 @@ ckvexprefix (void)
} else {
/* Two byte VEX prefix. */
newrex |= (vex2 & 0x80 ? 0 : REX_R);
newpfx |= PREFIX_VEX_0F;
codep += 2;
}

Expand Down

0 comments on commit 980edf4

Please sign in to comment.