mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
PPCAnalyst: drop needless forward declarations
This commit is contained in:
@ -46,9 +46,6 @@ CodeBuffer::~CodeBuffer()
|
|||||||
delete[] codebuffer;
|
delete[] codebuffer;
|
||||||
}
|
}
|
||||||
|
|
||||||
void AnalyzeFunction2(Symbol &func);
|
|
||||||
u32 EvaluateBranchTarget(UGeckoInstruction instr, u32 pc);
|
|
||||||
|
|
||||||
#define INVALID_TARGET ((u32)-1)
|
#define INVALID_TARGET ((u32)-1)
|
||||||
|
|
||||||
u32 EvaluateBranchTarget(UGeckoInstruction instr, u32 pc)
|
u32 EvaluateBranchTarget(UGeckoInstruction instr, u32 pc)
|
||||||
|
Reference in New Issue
Block a user