diff --git a/arch/X86/X86DisassemblerDecoder.c b/arch/X86/X86DisassemblerDecoder.c index 0af801f7..d9dc23da 100644 --- a/arch/X86/X86DisassemblerDecoder.c +++ b/arch/X86/X86DisassemblerDecoder.c @@ -951,9 +951,11 @@ static int readOpcode(struct InternalInstruction *insn) } // Hacky for FEMMS -#ifndef CAPSTONE_X86_REDUCE #define GET_INSTRINFO_ENUM +#ifndef CAPSTONE_X86_REDUCE #include "X86GenInstrInfo.inc" +#else +#include "X86GenInstrInfo_reduce.inc" #endif /*