Skip to content
Snippets Groups Projects
Commit 63a5b4f4 authored by Anh Nguyen-Tuong's avatar Anh Nguyen-Tuong
Browse files

Set file id when appending plt entry

Former-commit-id: de46a8e190379844cc28d8bd880fd6b19304875a
parent 374a20ea
No related branches found
No related tags found
No related merge requests found
......@@ -206,6 +206,7 @@ Instruction_t* ElfDependencies_t::ElfDependenciesImpl_t<T_Elf_Sym,T_Elf_Rela,T_E
newinsn->GetRelocations().insert(newreloc);
getFileIR()->GetRelocations().insert(newreloc);
newinsn->GetAddress()->SetFileID(getFileIR()->GetFile()->GetBaseID());
return newinsn;
}
......
Subproject commit a6b87b7bc31499b9ec538701b438f7a60e9dda38
Subproject commit 9408c0de4f3a4b2a3cc1cac3f22219301c561400
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