diff options
| author | Lioncash <mathew1800@gmail.com> | 2015-08-09 10:09:15 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2015-08-09 10:09:15 -0400 |
| commit | ccca2982df2d8bf98f87bd0011bc685386da8925 (patch) | |
| tree | 3b8c1f8534478caf5cbc3a5fc75e8dd269dd8a56 /Source | |
| parent | 68a54daec37291f2ca7614444e3239ffa591dece (diff) | |
| parent | bceab3780187ace120b08568a229b4945069738b (diff) | |
Merge pull request #2819 from degasus/fix
PPCAnalyst: Mark function as static
Diffstat (limited to 'Source')
| -rw-r--r-- | Source/Core/Core/PowerPC/PPCAnalyst.cpp | 2 |
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) { |
