mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 13:48:56 +00:00
PPCAnalyst: Mark function as static
This commit is contained in:
parent
f135e54ba0
commit
bceab37801
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue