x86: CLI & STI are privileged instructions. issue reported by @pancake

This commit is contained in:
Nguyen Anh Quynh 2015-03-09 10:01:58 +08:00
parent 0423562c42
commit 914066be07
2 changed files with 4 additions and 4 deletions

View File

@ -1882,7 +1882,7 @@
{
X86_CLI, X86_INS_CLI,
#ifndef CAPSTONE_DIET
{ 0 }, { 0 }, { 0 }, 0, 0
{ 0 }, { 0 }, { X86_GRP_PRIVILEGE, 0 }, 0, 0
#endif
},
{
@ -15064,7 +15064,7 @@
{
X86_STI, X86_INS_STI,
#ifndef CAPSTONE_DIET
{ 0 }, { 0 }, { 0 }, 0, 0
{ 0 }, { 0 }, { X86_GRP_PRIVILEGE, 0 }, 0, 0
#endif
},
{

View File

@ -1558,7 +1558,7 @@
{
X86_CLI, X86_INS_CLI,
#ifndef CAPSTONE_DIET
{ 0 }, { 0 }, { 0 }, 0, 0
{ 0 }, { 0 }, { X86_GRP_PRIVILEGE, 0 }, 0, 0
#endif
},
{
@ -8098,7 +8098,7 @@
{
X86_STI, X86_INS_STI,
#ifndef CAPSTONE_DIET
{ 0 }, { 0 }, { 0 }, 0, 0
{ 0 }, { 0 }, { X86_GRP_PRIVILEGE, 0 }, 0, 0
#endif
},
{