Merge pull request #10633 from Minty-Meeo/generate-from-address-fix

Index SymbolDB when generated from address
This commit is contained in:
Tilka 2022-05-09 19:38:25 +01:00 committed by GitHub
commit 5ef17e60d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -367,6 +367,7 @@ void FindFunctions(u32 startAddr, u32 endAddr, PPCSymbolDB* func_db)
// Step 2:
func_db->FillInCallers();
func_db->Index();
int numLeafs = 0, numNice = 0, numUnNice = 0;
int numTimer = 0, numRFI = 0, numStraightLeaf = 0;