From 18b8002bbb1bce29f680b4d031082df0eb4ef4dc Mon Sep 17 00:00:00 2001 From: meme Date: Mon, 23 Dec 2019 07:33:20 -0500 Subject: [PATCH] Add missing ENDBR32, ENDBR64 in reduce (#1555) --- arch/X86/X86GenInstrInfo_reduce.inc | 2 ++ arch/X86/X86MappingInsn_reduce.inc | 12 ++++++++++++ 2 files changed, 14 insertions(+) diff --git a/arch/X86/X86GenInstrInfo_reduce.inc b/arch/X86/X86GenInstrInfo_reduce.inc index e17257e7..d0012114 100644 --- a/arch/X86/X86GenInstrInfo_reduce.inc +++ b/arch/X86/X86GenInstrInfo_reduce.inc @@ -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 }; diff --git a/arch/X86/X86MappingInsn_reduce.inc b/arch/X86/X86MappingInsn_reduce.inc index 8416c25f..7002f405 100644 --- a/arch/X86/X86MappingInsn_reduce.inc +++ b/arch/X86/X86MappingInsn_reduce.inc @@ -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 +},