Skip to content

Commit

Permalink
x86: Fix the operand encoding in the test instruction for reduce set,…
Browse files Browse the repository at this point in the history
  • Loading branch information
aquynh committed Jan 2, 2017
1 parent c00d644 commit dd56985
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions arch/X86/X86GenDisassemblerTables_reduce.inc
Original file line number Diff line number Diff line change
Expand Up @@ -8840,7 +8840,7 @@ static const struct InstructionSpecifier x86DisassemblerInstrSpecifiers[1714] =
/* TEST16rm */
},
{ /* 1555 */
53,
57,
/* TEST16rr */
},
{ /* 1556 */
Expand Down Expand Up @@ -8868,7 +8868,7 @@ static const struct InstructionSpecifier x86DisassemblerInstrSpecifiers[1714] =
/* TEST32rm */
},
{ /* 1562 */
53,
57,
/* TEST32rr */
},
{ /* 1563 */
Expand Down Expand Up @@ -8896,7 +8896,7 @@ static const struct InstructionSpecifier x86DisassemblerInstrSpecifiers[1714] =
/* TEST64rm */
},
{ /* 1569 */
33,
60,
/* TEST64rr */
},
{ /* 1570 */
Expand Down Expand Up @@ -8928,7 +8928,7 @@ static const struct InstructionSpecifier x86DisassemblerInstrSpecifiers[1714] =
/* TEST8rm */
},
{ /* 1577 */
73,
72,
/* TEST8rr */
},
{ /* 1578 */
Expand Down

0 comments on commit dd56985

Please sign in to comment.