x86: provide size for X86_OP_IMM operand. thank Gabriel Quadros for some suggestions

This commit is contained in:
Nguyen Anh Quynh
2014-06-25 22:03:18 +08:00
parent e1aba1703f
commit f1ec52628e
10 changed files with 42 additions and 15 deletions

View File

@ -14,6 +14,7 @@ void MCInst_Init(MCInst *inst)
{
inst->OpcodePub = 0;
inst->size = 0;
inst->has_imm = 0;
}
void MCInst_clear(MCInst *inst)