mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-27 07:00:30 +00:00
parent
c6fe8ac4c9
commit
05d0b1a2c7
@ -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);
|
||||
|
@ -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' */
|
||||
|
Loading…
Reference in New Issue
Block a user