Better asm.offless

This commit is contained in:
pancake 2017-10-07 11:10:22 +02:00
parent f1d7f821ff
commit 9c19e3f6ae

View file

@ -716,6 +716,8 @@ static void offless(char *opstr) {
}
memmove (n, p, strlen (p) + 1);
}
r_str_replace (opstr, " - ", "", 1);
r_str_replace (opstr, " + ", "", 1);
}
static void ds_build_op_str(RDisasmState *ds) {