mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-02-20 07:13:49 -07:00
PPCAnalyst: drop needless forward declarations
This commit is contained in:
parent
767ed88f3d
commit
0d3acbd9c7
@ -46,9 +46,6 @@ CodeBuffer::~CodeBuffer()
|
||||
delete[] codebuffer;
|
||||
}
|
||||
|
||||
void AnalyzeFunction2(Symbol &func);
|
||||
u32 EvaluateBranchTarget(UGeckoInstruction instr, u32 pc);
|
||||
|
||||
#define INVALID_TARGET ((u32)-1)
|
||||
|
||||
u32 EvaluateBranchTarget(UGeckoInstruction instr, u32 pc)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user