Add missing ENDBR32, ENDBR64 in reduce (#1555)

This commit is contained in:
meme 2019-12-23 07:33:20 -05:00 committed by Nguyen Anh Quynh
parent 5d3ceeb88c
commit 18b8002bbb
2 changed files with 14 additions and 0 deletions

View File

@ -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
};

View File

@ -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
},