Skip to content
Snippets Groups Projects
Commit f8ed54e8 authored by an7s's avatar an7s
Browse files

Remove debug stmt

Former-commit-id: a0c30ab361e8f7c0c4f0c5a5fab92cb8dc477c6f
parent 9dd68cd2
No related branches found
No related tags found
No related merge requests found
......@@ -108,8 +108,6 @@ static bool IsOrWasCall(const FileIR_t *firp, Instruction_t* insn)
// look for "push64" type reloc
auto it = std::find_if(insn->GetRelocations().begin(),insn->GetRelocations().end(),[&](const Relocation_t* reloc)
{
if (reloc)
cout << "IsOrWasCall(): reloc: " << reloc->GetType() << endl;
return (reloc && ((reloc->GetType() == string("push64")) || reloc->GetType() == string("fix_call_fallthrough")));
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment