From da07315e7c22de3fa9a276d54b19aa55cee95780 Mon Sep 17 00:00:00 2001 From: jdh8d <jdh8d@git.zephyr-software.com> Date: Thu, 22 Oct 2015 15:56:56 +0000 Subject: [PATCH] Broken version being committed, so will can commit his broken version so we can both finish our hacking without dealing with repo conflicts. --- push64_relocs.cpp | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/push64_relocs.cpp b/push64_relocs.cpp index fe9006b..a3fa4cd 100644 --- a/push64_relocs.cpp +++ b/push64_relocs.cpp @@ -356,10 +356,11 @@ void Push64Relocs_t::UpdatePush64Adds() extern "C" Zipr_SDK::ZiprPluginInterface_t* GetPluginInterface( - Zipr_SDK::MemorySpace_t *p_ms, - ELFIO::elfio *p_elfio, - libIRDB::FileIR_t *p_firp, - Zipr_SDK::InstructionLocationMap_t *p_fil) + Zipr_SDK::Zipr_t* zipr_object) { + Zipr_SDK::MemorySpace_t *p_ms=zipr_object->GetMemorySpace(); + ELFIO::elfio *p_elfio=zipr_object->GetELFIO(); + libIRDB::FileIR_t *p_firp=zipr_object->GetFileIR(); + Zipr_SDK::InstructionLocationMap_t *p_fil=zipr_object->GetLocationMap(); return new Push64Relocs_t(p_ms,p_elfio,p_firp,p_fil); } -- GitLab