diff --git a/push64_relocs.h b/push64_relocs.h index 42981d828b5a3bb8d1dcde98f91546b117a2fc93..83fed5daa7878f1bdd484bfd48216dcee8cafb22 100644 --- a/push64_relocs.h +++ b/push64_relocs.h @@ -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))