Merge pull request #798 from w4kfu/master

Add X86_REG_EFLAGS for X86_STC and X86_STD
This commit is contained in:
Nguyen Anh Quynh 2016-10-28 10:35:15 +08:00 committed by GitHub
commit 112b6cf489
1 changed files with 2 additions and 2 deletions

View File

@ -45811,13 +45811,13 @@ static insn_map insns[] = { // reduce x86 instructions
{
X86_STC, X86_INS_STC,
#ifndef CAPSTONE_DIET
{ 0 }, { 0 }, { 0 }, 0, 0
{ 0 }, { X86_REG_EFLAGS, 0 }, { 0 }, 0, 0
#endif
},
{
X86_STD, X86_INS_STD,
#ifndef CAPSTONE_DIET
{ 0 }, { 0 }, { 0 }, 0, 0
{ 0 }, { X86_REG_EFLAGS, 0 }, { 0 }, 0, 0
#endif
},
{