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

This commit is contained in:
Nguyen Anh Quynh 2015-02-12 09:01:59 +08:00
parent 0822c3459f
commit dfa396e6ff
1 changed files with 3 additions and 1 deletions

View File

@ -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
/*