small fix

This commit is contained in:
Stanislav Shwartsman 2012-05-19 19:38:57 +00:00
parent 89f716f599
commit 59eb1318d5
2 changed files with 2 additions and 2 deletions

View File

@ -1419,7 +1419,7 @@ fetch_b1:
else if (b1 == 0x8f && (*iptr & 0xc8) == 0xc8) {
// 3 byte XOP prefix
had_xop = 1;
if (! protected_mode()) had_vex = -1;
if (! protected_mode()) had_xop = -1;
unsigned vex;
if (remain != 0) {

View File

@ -1828,7 +1828,7 @@ fetch_b1:
// VEX
had_vex = 1;
if (sse_prefix | rex_prefix) had_vex = -1;
if (! protected_mode()) had_vex = -1;
if (! protected_mode()) had_xop = -1;
unsigned vex, vex_opcext = 1;
if (remain != 0) {