x86: add the missing X86 instructions in X86_REDUCE mode in X86DisassemblerDecoder.c. bug reported by Julian Stecklina

test2
Nguyen Anh Quynh 10 years ago
parent 0822c3459f
commit dfa396e6ff
  1. 4
      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
/*

Loading…
Cancel
Save