x86: Fix the operand encoding in the test instruction, issue #702
This commit is contained in:
parent
b7bee9fa2e
commit
9de18b3397
|
@ -18832,7 +18832,7 @@ static const struct InstructionSpecifier x86DisassemblerInstrSpecifiers[6267] =
|
||||||
/* TEST16rm */
|
/* TEST16rm */
|
||||||
},
|
},
|
||||||
{ /* 2885 */
|
{ /* 2885 */
|
||||||
69,
|
73,
|
||||||
/* TEST16rr */
|
/* TEST16rr */
|
||||||
},
|
},
|
||||||
{ /* 2886 */
|
{ /* 2886 */
|
||||||
|
@ -18860,7 +18860,7 @@ static const struct InstructionSpecifier x86DisassemblerInstrSpecifiers[6267] =
|
||||||
/* TEST32rm */
|
/* TEST32rm */
|
||||||
},
|
},
|
||||||
{ /* 2892 */
|
{ /* 2892 */
|
||||||
69,
|
73,
|
||||||
/* TEST32rr */
|
/* TEST32rr */
|
||||||
},
|
},
|
||||||
{ /* 2893 */
|
{ /* 2893 */
|
||||||
|
@ -18888,7 +18888,7 @@ static const struct InstructionSpecifier x86DisassemblerInstrSpecifiers[6267] =
|
||||||
/* TEST64rm */
|
/* TEST64rm */
|
||||||
},
|
},
|
||||||
{ /* 2899 */
|
{ /* 2899 */
|
||||||
43,
|
76,
|
||||||
/* TEST64rr */
|
/* TEST64rr */
|
||||||
},
|
},
|
||||||
{ /* 2900 */
|
{ /* 2900 */
|
||||||
|
@ -18920,7 +18920,7 @@ static const struct InstructionSpecifier x86DisassemblerInstrSpecifiers[6267] =
|
||||||
/* TEST8rm */
|
/* TEST8rm */
|
||||||
},
|
},
|
||||||
{ /* 2907 */
|
{ /* 2907 */
|
||||||
88,
|
87,
|
||||||
/* TEST8rr */
|
/* TEST8rr */
|
||||||
},
|
},
|
||||||
{ /* 2908 */
|
{ /* 2908 */
|
||||||
|
|
Loading…
Reference in New Issue