mirror of
https://github.com/capstone-engine/capstone.git
synced 2024-11-24 14:09:56 +00:00
Merge branch 'next' of https://github.com/aquynh/capstone into next
This commit is contained in:
commit
3f3cd8f429
@ -1852,13 +1852,13 @@
|
||||
{
|
||||
X86_CLC, X86_INS_CLC,
|
||||
#ifndef CAPSTONE_DIET
|
||||
{ 0 }, { 0 }, { 0 }, 0, 0
|
||||
{ 0 }, { X86_REG_EFLAGS, 0 }, { 0 }, 0, 0
|
||||
#endif
|
||||
},
|
||||
{
|
||||
X86_CLD, X86_INS_CLD,
|
||||
#ifndef CAPSTONE_DIET
|
||||
{ 0 }, { 0 }, { 0 }, 0, 0
|
||||
{ 0 }, { X86_REG_EFLAGS, 0 }, { 0 }, 0, 0
|
||||
#endif
|
||||
},
|
||||
{
|
||||
@ -1900,7 +1900,7 @@
|
||||
{
|
||||
X86_CMC, X86_INS_CMC,
|
||||
#ifndef CAPSTONE_DIET
|
||||
{ 0 }, { 0 }, { 0 }, 0, 0
|
||||
{ 0 }, { X86_REG_EFLAGS, 0 }, { 0 }, 0, 0
|
||||
#endif
|
||||
},
|
||||
{
|
||||
|
@ -1534,13 +1534,13 @@
|
||||
{
|
||||
X86_CLC, X86_INS_CLC,
|
||||
#ifndef CAPSTONE_DIET
|
||||
{ 0 }, { 0 }, { 0 }, 0, 0
|
||||
{ 0 }, { X86_REG_EFLAGS, 0 }, { 0 }, 0, 0
|
||||
#endif
|
||||
},
|
||||
{
|
||||
X86_CLD, X86_INS_CLD,
|
||||
#ifndef CAPSTONE_DIET
|
||||
{ 0 }, { 0 }, { 0 }, 0, 0
|
||||
{ 0 }, { X86_REG_EFLAGS, 0 }, { 0 }, 0, 0
|
||||
#endif
|
||||
},
|
||||
{
|
||||
@ -1576,7 +1576,7 @@
|
||||
{
|
||||
X86_CMC, X86_INS_CMC,
|
||||
#ifndef CAPSTONE_DIET
|
||||
{ 0 }, { 0 }, { 0 }, 0, 0
|
||||
{ 0 }, { X86_REG_EFLAGS, 0 }, { 0 }, 0, 0
|
||||
#endif
|
||||
},
|
||||
{
|
||||
@ -8080,13 +8080,13 @@
|
||||
{
|
||||
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
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user