mirror of
https://github.com/capstone-engine/capstone.git
synced 2024-11-27 07:20:33 +00:00
x86: CLI & STI are privileged instructions. issue reported by @pancake
This commit is contained in:
parent
0423562c42
commit
914066be07
@ -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
|
||||
},
|
||||
{
|
||||
|
@ -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
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user