x86: Fix the operand encoding in the test instruction, issue #702

This commit is contained in:
Nguyen Anh Quynh 2017-01-03 01:09:15 +08:00
parent b7bee9fa2e
commit 9de18b3397
1 changed files with 4 additions and 4 deletions

View File

@ -18832,7 +18832,7 @@ static const struct InstructionSpecifier x86DisassemblerInstrSpecifiers[6267] =
/* TEST16rm */
},
{ /* 2885 */
69,
73,
/* TEST16rr */
},
{ /* 2886 */
@ -18860,7 +18860,7 @@ static const struct InstructionSpecifier x86DisassemblerInstrSpecifiers[6267] =
/* TEST32rm */
},
{ /* 2892 */
69,
73,
/* TEST32rr */
},
{ /* 2893 */
@ -18888,7 +18888,7 @@ static const struct InstructionSpecifier x86DisassemblerInstrSpecifiers[6267] =
/* TEST64rm */
},
{ /* 2899 */
43,
76,
/* TEST64rr */
},
{ /* 2900 */
@ -18920,7 +18920,7 @@ static const struct InstructionSpecifier x86DisassemblerInstrSpecifiers[6267] =
/* TEST8rm */
},
{ /* 2907 */
88,
87,
/* TEST8rr */
},
{ /* 2908 */