Merge pull request #798 from w4kfu/master
Add X86_REG_EFLAGS for X86_STC and X86_STD
This commit is contained in:
commit
112b6cf489
|
@ -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