Skip to content

Commit

Permalink
dogus
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Jul 10, 2024
1 parent e3186e6 commit 1dc089a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libr/core/pseudo.c
Original file line number Diff line number Diff line change
Expand Up @@ -518,6 +518,7 @@ R_API int r_core_pseudo_code(RCore *core, const char *input) {
indent--;
continue;
}
#if 0
if (sdb_num_get (db, K_ELSE (bb->addr), 0)) {
NEWLINE (addr, indent);
if (!strcmp (blocktype, "else")) {
Expand All @@ -526,6 +527,7 @@ R_API int r_core_pseudo_code(RCore *core, const char *input) {
PRINTF (" // %s ();", blocktype);
}
}
#endif
if (addr != bb->addr) {
queuegoto = addr;
// r_cons_printf ("\n%s goto loc_0x%"PFMT64x, indentstr, addr);
Expand Down

0 comments on commit 1dc089a

Please sign in to comment.