mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-14 00:38:55 +00:00
r_asm.h: slightly clarify a comment
This commit is contained in:
parent
29c37c9157
commit
8d13b40365
@ -59,7 +59,7 @@ enum {
|
||||
|
||||
typedef struct r_asm_op_t {
|
||||
int size; // instruction size
|
||||
int payload; // size of payload (opsize = (intstlen-payload))
|
||||
int payload; // size of payload (opsize = (size-payload))
|
||||
// But this is pretty slow..so maybe we should add some accessors
|
||||
ut8 buf[R_ASM_BUFSIZE];
|
||||
char buf_asm[R_ASM_BUFSIZE];
|
||||
|
Loading…
Reference in New Issue
Block a user