diff --git a/push64_relocs.cpp b/push64_relocs.cpp index 19a6537b4d393907c98e571c7d473b71251351fe..bdbb8f5125529f200120bbcfb89796b13fe014dc 100644 --- a/push64_relocs.cpp +++ b/push64_relocs.cpp @@ -309,6 +309,8 @@ void Push64Relocs_t::UpdatePush64Adds() } m_memory_space.PlopBytes(add_addr+rex_skip+3, (const char*)&relocated_value, 4); } +// functionality moving to unpin plug. +#if 0 // handle basic pcrel relocations. // zipr_unpin_plugin handles pcrel + WRT // caution, side effect in if statement. @@ -413,6 +415,7 @@ void Push64Relocs_t::UpdatePush64Adds() else assert(0); } +#endif } }