From 0f8e81a511b37c186e0965faa895cd12084057aa Mon Sep 17 00:00:00 2001 From: jdh8d <jdh8d@git.zephyr-software.com> Date: Tue, 28 Jul 2015 18:18:32 +0000 Subject: [PATCH] --- push64_relocs.h | 1 - 1 file changed, 1 deletion(-) diff --git a/push64_relocs.h b/push64_relocs.h index 42981d828..83fed5daa 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)) -- GitLab