Add X86_REG_EFLAGS for X86_STC and X86_STD
This commit is contained in:
parent
3239acea18
commit
9bebb55b7b
|
@ -45811,13 +45811,13 @@ static insn_map insns[] = { // reduce x86 instructions
|
||||||
{
|
{
|
||||||
X86_STC, X86_INS_STC,
|
X86_STC, X86_INS_STC,
|
||||||
#ifndef CAPSTONE_DIET
|
#ifndef CAPSTONE_DIET
|
||||||
{ 0 }, { 0 }, { 0 }, 0, 0
|
{ 0 }, { X86_REG_EFLAGS, 0 }, { 0 }, 0, 0
|
||||||
#endif
|
#endif
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
X86_STD, X86_INS_STD,
|
X86_STD, X86_INS_STD,
|
||||||
#ifndef CAPSTONE_DIET
|
#ifndef CAPSTONE_DIET
|
||||||
{ 0 }, { 0 }, { 0 }, 0, 0
|
{ 0 }, { X86_REG_EFLAGS, 0 }, { 0 }, 0, 0
|
||||||
#endif
|
#endif
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue