mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-10-30 07:11:38 +00:00
Remove manual map
This commit is contained in:
parent
6d79935928
commit
458577aaee
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ int main()
|
||||||
image.symbols.emplace(section.name, section.base, section.size, Symbol_Section);
|
image.symbols.emplace(section.name, section.base, section.size, Symbol_Section);
|
||||||
}
|
}
|
||||||
|
|
||||||
image.symbols.emplace("_start", image.entry_point, 0x30, Symbol_Function);
|
// image.symbols.emplace("_start", image.entry_point, 0x30, Symbol_Function);
|
||||||
|
|
||||||
for (const auto& section : image.sections)
|
for (const auto& section : image.sections)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue