Fixed what caused #7268 (#7325)

This commit is contained in:
Khairul Azhar Kasmiran 2017-04-21 18:53:28 +08:00 committed by radare
parent c6fe8ac4c9
commit 05d0b1a2c7
2 changed files with 2 additions and 1 deletions

View File

@ -3687,7 +3687,7 @@ toro:
if (ds->show_comments && !ds->show_comment_right) {
ds_show_refs (ds);
// ds_build_op_str (ds);
ds_build_op_str (ds);
ds_print_ptr (ds, len + 256, idx);
if (!ds->pseudo) {
R_FREE (ds->opstr);

View File

@ -1659,6 +1659,7 @@ R_API char* r_print_colorize_opcode(RPrint *print, char *p, const char *reg, con
for (++i; p[i] && p[i] != 'm'; i++) {
o[j] = p[i];
}
j--;
continue;
#else
/* copy until 'm' */