x86: add the missing X86 instructions in X86_REDUCE mode in X86DisassemblerDecoder.c. bug reported by Julian Stecklina
This commit is contained in:
parent
0822c3459f
commit
dfa396e6ff
|
@ -951,9 +951,11 @@ static int readOpcode(struct InternalInstruction *insn)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Hacky for FEMMS
|
// Hacky for FEMMS
|
||||||
#ifndef CAPSTONE_X86_REDUCE
|
|
||||||
#define GET_INSTRINFO_ENUM
|
#define GET_INSTRINFO_ENUM
|
||||||
|
#ifndef CAPSTONE_X86_REDUCE
|
||||||
#include "X86GenInstrInfo.inc"
|
#include "X86GenInstrInfo.inc"
|
||||||
|
#else
|
||||||
|
#include "X86GenInstrInfo_reduce.inc"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue