Skip to content

Commit

Permalink
Removed output of not used code (should be optional later).
Browse files Browse the repository at this point in the history
  • Loading branch information
lab313ru committed Jan 19, 2023
1 parent 83a2443 commit b05def2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gensida/ida/ida_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ static int idaapi line_output(FILE* fp, const qstring& line, bgcolor_t prefix_co

ea_t addr = remove_offset(qbuf);

if (addr == BADADDR) {
if (addr == BADADDR || is_unknown(get_flags(addr))) {
return 1;
}

Expand Down

0 comments on commit b05def2

Please sign in to comment.