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