mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-09-09 20:06:17 -05:00
PPCSymbolDB: Fill in callers after loading map files
This commit is contained in:
@@ -622,6 +622,7 @@ bool PPCSymbolDB::LoadMap(const Core::CPUThreadGuard& guard, std::string filenam
|
||||
|
||||
Index(&new_functions);
|
||||
DetermineNoteLayers(&new_notes);
|
||||
FillInCallers();
|
||||
|
||||
std::lock_guard lock(m_mutex);
|
||||
std::swap(m_functions, new_functions);
|
||||
|
||||
Reference in New Issue
Block a user