summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2015-08-09 10:09:15 -0400
committerLioncash <mathew1800@gmail.com>2015-08-09 10:09:15 -0400
commitccca2982df2d8bf98f87bd0011bc685386da8925 (patch)
tree3b8c1f8534478caf5cbc3a5fc75e8dd269dd8a56 /Source/Core
parent68a54daec37291f2ca7614444e3239ffa591dece (diff)
parentbceab3780187ace120b08568a229b4945069738b (diff)
Merge pull request #2819 from degasus/fix
PPCAnalyst: Mark function as static
Diffstat (limited to 'Source/Core')
-rw-r--r--Source/Core/Core/PowerPC/PPCAnalyst.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Core/PowerPC/PPCAnalyst.cpp b/Source/Core/Core/PowerPC/PPCAnalyst.cpp
index 474afc0093..c90802222d 100644
--- a/Source/Core/Core/PowerPC/PPCAnalyst.cpp
+++ b/Source/Core/Core/PowerPC/PPCAnalyst.cpp
@@ -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)
{