Skip to content

Commit

Permalink
Fix flags cut function lines (#10535)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyanpencil authored and radare committed Jun 28, 2018
1 parent 237a29d commit e0f6d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libr/core/disasm.c
Expand Up @@ -1881,7 +1881,7 @@ static void ds_show_flags(RDisasmState *ds) {
ds_print_offset (ds);
r_cons_printf (" ");
} else {
ds_pre_xrefs (ds, true);
ds_pre_xrefs (ds, false);
r_cons_printf (";-- ");
}
if (ds->show_color) {
Expand Down

0 comments on commit e0f6d9a

Please sign in to comment.