mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-09 07:39:26 +01:00
Merge pull request #8520 from lioncash/analyst-tidy
PowerPC/PPCAnalyst: Remove unimplemented LogFunctionCall prototype
This commit is contained in:
commit
3cf2857aac
@ -220,7 +220,6 @@ private:
|
||||
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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user