Skip to content
Permalink
Browse files
Merge pull request #8520 from lioncash/analyst-tidy
PowerPC/PPCAnalyst: Remove unimplemented LogFunctionCall prototype
  • Loading branch information
leoetlino committed Dec 15, 2019
2 parents ad5ad7c + 7c12081 commit 3cf2857
Showing 1 changed file with 0 additions and 1 deletion.
@@ -220,7 +220,6 @@ class PPCAnalyzer
u32 m_options = 0;
};

void LogFunctionCall(u32 addr);
void FindFunctions(u32 startAddr, u32 endAddr, PPCSymbolDB* func_db);
bool AnalyzeFunction(u32 startAddr, Common::Symbol& func, u32 max_size = 0);
bool ReanalyzeFunction(u32 start_addr, Common::Symbol& func, u32 max_size = 0);

0 comments on commit 3cf2857

Please sign in to comment.