Merge pull request #2819 from degasus/fix

PPCAnalyst: Mark function as static
This commit is contained in:
Lioncash 2015-08-09 10:09:15 -04:00
commit ccca2982df
1 changed files with 1 additions and 1 deletions

View File

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