cosmetic change in capstone.h

This commit is contained in:
Nguyen Anh Quynh 2016-01-12 11:48:48 +08:00
parent 2936bec1ff
commit 3722c74f69

View File

@ -289,6 +289,7 @@ typedef struct cs_insn {
// Size of this instruction
// This information is available even when CS_OPT_DETAIL = CS_OPT_OFF
uint16_t size;
// Machine bytes of this instruction, with number of bytes indicated by @size above
// This information is available even when CS_OPT_DETAIL = CS_OPT_OFF
uint8_t bytes[16];