diff --git a/libr/core/disasm.c b/libr/core/disasm.c index d91830c126..9b80afe626 100644 --- a/libr/core/disasm.c +++ b/libr/core/disasm.c @@ -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) {