Merge pull request #10633 from Minty-Meeo/generate-from-address-fix
Index SymbolDB when generated from address
This commit is contained in:
commit
5ef17e60d0
|
@ -367,6 +367,7 @@ void FindFunctions(u32 startAddr, u32 endAddr, PPCSymbolDB* func_db)
|
||||||
|
|
||||||
// Step 2:
|
// Step 2:
|
||||||
func_db->FillInCallers();
|
func_db->FillInCallers();
|
||||||
|
func_db->Index();
|
||||||
|
|
||||||
int numLeafs = 0, numNice = 0, numUnNice = 0;
|
int numLeafs = 0, numNice = 0, numUnNice = 0;
|
||||||
int numTimer = 0, numRFI = 0, numStraightLeaf = 0;
|
int numTimer = 0, numRFI = 0, numStraightLeaf = 0;
|
||||||
|
|
Loading…
Reference in New Issue