Skip to content
Permalink
Browse files
Merge pull request #10633 from Minty-Meeo/generate-from-address-fix
Index SymbolDB when generated from address
  • Loading branch information
Tilka committed May 9, 2022
2 parents 866a8da + 8fec322 commit 5ef17e6
Showing 1 changed file with 1 addition and 0 deletions.
@@ -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;

0 comments on commit 5ef17e6

Please sign in to comment.