PPCAnalyst: Mark function as static

This commit is contained in:
degasus 2015-08-09 11:15:44 +02:00
parent f135e54ba0
commit bceab37801

View File

@ -48,7 +48,7 @@ CodeBuffer::~CodeBuffer()
#define INVALID_TARGET ((u32)-1) #define INVALID_TARGET ((u32)-1)
u32 EvaluateBranchTarget(UGeckoInstruction instr, u32 pc) static u32 EvaluateBranchTarget(UGeckoInstruction instr, u32 pc)
{ {
switch (instr.OPCD) switch (instr.OPCD)
{ {