mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-04-19 19:01:17 +00:00
Remove manual map
This commit is contained in:
parent
6d79935928
commit
458577aaee
@ -12,7 +12,7 @@ int main()
|
||||
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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user