small fix
This commit is contained in:
parent
89f716f599
commit
59eb1318d5
@ -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) {
|
||||
|
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user