cs_insn.address also needs to be changed after the change on @offset of cs_disasm*() API

This commit is contained in:
Nguyen Anh Quynh 2013-12-03 12:21:01 +08:00
parent 7d5f96d3a7
commit f2a649e1ef

View File

@ -52,7 +52,7 @@ typedef struct cs_insn {
unsigned int id;
// Offset address of this instruction
size_t address;
uint64_t address;
// Size of this instruction
uint16_t size;