mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-20 22:34:39 +00:00
Remove dashes from tn list
This commit is contained in:
parent
7b2c107d7b
commit
f3814bb8a1
@ -429,7 +429,7 @@ static int nonreturn_print(void *p, const char *k, const char *v) {
|
||||
if (!strncmp (v, "func", strlen ("func") + 1)) {
|
||||
const char *query = sdb_fmt (-1, "func.%s.noreturn", k);
|
||||
if (sdb_bool_get (anal->sdb_types, query, NULL)) {
|
||||
anal->cb_printf ("- %s\n", k);
|
||||
anal->cb_printf ("%s\n", k);
|
||||
}
|
||||
}
|
||||
if (!strncmp (k, "addr.", 5)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user