mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-11 09:18:40 +12:00
Merge fix
This commit is contained in:
parent
f0946c4bc8
commit
b217742c7b
6 changed files with 1 additions and 11 deletions
|
@ -186,8 +186,6 @@ bool ELF64Loader::LoadShdrInfo(s64 offset)
|
|||
}
|
||||
|
||||
shdr_name_arr.Add(name);
|
||||
if(name == ".text")
|
||||
_text_section_offset = shdr_arr[i].sh_offset;
|
||||
}
|
||||
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue