Add X86_REG_EFLAGS for X86_STC and X86_STD

This commit is contained in:
Samuel CHEVET 2016-10-27 15:31:22 -04:00
parent 3239acea18
commit 9bebb55b7b
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
},
{