mirror of
https://github.com/capstone-engine/capstone.git
synced 2024-12-14 17:08:39 +00:00
cs_insn.address also needs to be changed after the change on @offset of cs_disasm*() API
This commit is contained in:
parent
7d5f96d3a7
commit
f2a649e1ef
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user