Skip to content

Commit

Permalink
Fixed INC_START.
Browse files Browse the repository at this point in the history
  • Loading branch information
lab313ru committed Jan 19, 2023
1 parent 25f7435 commit 83a2443
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Gensida/ida/ida_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -452,11 +452,6 @@ static asm_out_state check_include(qstring& line, ea_t addr) {
qstring name = get_name(bin_inc_start);
line.clear();

if (!name.empty()) {
line.append(name);
line.append(":\n");
}

line.cat_sprnt(" include \"%s\"", bin_inc_path.c_str());

return asm_out_inc_end;
Expand Down Expand Up @@ -931,9 +926,6 @@ static ssize_t idaapi hook_disasm(void* user_data, int notification_code, va_lis
return 0;
}

static int test1 = 0;
static int test2 = 0;

struct m68k_events_visitor_t : public post_event_visitor_t
{
ssize_t idaapi handle_post_event(ssize_t code, int notification_code, va_list va) override
Expand Down

0 comments on commit 83a2443

Please sign in to comment.