Add missing ENDBR32, ENDBR64 in reduce (#1555)
This commit is contained in:
parent
5d3ceeb88c
commit
18b8002bbb
|
@ -1729,6 +1729,8 @@ enum {
|
|||
X86_XSHA256 = 1712,
|
||||
X86_XSTORE = 1713,
|
||||
X86_UD0 = 1714,
|
||||
X86_ENDBR32 = 8854,
|
||||
X86_ENDBR64 = 8855,
|
||||
X86_INSTRUCTION_LIST_END = 1715
|
||||
};
|
||||
|
||||
|
|
|
@ -9355,3 +9355,15 @@
|
|||
{ 0 }, { 0 }, { 0 }, 0, 0
|
||||
#endif
|
||||
},
|
||||
{
|
||||
X86_ENDBR32, X86_INS_ENDBR32,
|
||||
#ifndef CAPSTONE_DIET
|
||||
{ 0 }, { 0 }, { 0 }, 0, 0
|
||||
#endif
|
||||
},
|
||||
{
|
||||
X86_ENDBR64, X86_INS_ENDBR64,
|
||||
#ifndef CAPSTONE_DIET
|
||||
{ 0 }, { 0 }, { 0 }, 0, 0
|
||||
#endif
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue