PPCSymbolDB: Fill in callers after loading map files

This commit is contained in:
Alex Harrison
2025-07-30 13:43:02 -06:00
parent 6cb7868286
commit 56f04b5406
+1
View File
@@ -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);