r_asm.h: slightly clarify a comment

This commit is contained in:
Jonathan Neuschäfer 2014-09-12 19:25:43 +02:00 committed by pancake
parent 29c37c9157
commit 8d13b40365

View File

@ -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];