mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-19 20:32:37 +00:00
Fix anoying warn msg in disasm
This commit is contained in:
parent
0d0ca9e153
commit
f6f48553cd
@ -1451,7 +1451,7 @@ static void handle_print_refptr_meta_infos (RCore *core, RDisasmState *ds, ut64
|
||||
r_cons_printf (" (data)");
|
||||
break;
|
||||
default:
|
||||
eprintf ("unknown type '%c'\n", mi2->type);
|
||||
r_cons_printf (" (%c) %s", mi2->type, mi2->str);
|
||||
break;
|
||||
}
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user