Merge fix

This commit is contained in:
Nekotekina 2013-11-30 03:50:43 +04:00
parent f0946c4bc8
commit b217742c7b
6 changed files with 1 additions and 11 deletions

View file

@ -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;