Skip to content
Snippets Groups Projects
Commit 0f8e81a5 authored by jdh8d's avatar jdh8d
Browse files

No commit message

No commit message
parent 0eebb1ac
No related branches found
No related tags found
No related merge requests found
......@@ -96,7 +96,6 @@ class Push64Relocs_t : public Zipr_SDK::ZiprPluginInterface_t
libIRDB::Relocation_t* reloc=NULL;
if(reloc=FindPush64Relocation(insn))
{
assert(insn->GetDataBits()[0]==0x68);
return reloc;
}
if(reloc=Find32BitRelocation(insn))
......
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