cs_insn.address also needs to be changed after the change on @offset of cs_disasm*() API
diff --git a/include/capstone.h b/include/capstone.h
index 216215f..d4e881b 100644
--- a/include/capstone.h
+++ b/include/capstone.h
@@ -52,7 +52,7 @@
 	unsigned int id;
 
 	// Offset address of this instruction
-	size_t address;
+	uint64_t address;
 
 	// Size of this instruction
 	uint16_t size;