summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
authornakeee <nakeee@gmail.com>2010-04-18 18:42:59 +0000
committernakeee <nakeee@gmail.com>2010-04-18 18:42:59 +0000
commit7bc2887f34f76d77ea925d7d1ccdbb53695f5975 (patch)
treef98bdd67fb6b4ac5a3069433644e24767538d8ee /Source/Core
parent26a8556c822148a2e34cb8291daeaee00cd91455 (diff)
Compile fix
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5386 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core')
-rw-r--r--Source/Core/DSPCore/Src/Jit/DSPJitUtil.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DSPCore/Src/Jit/DSPJitUtil.cpp b/Source/Core/DSPCore/Src/Jit/DSPJitUtil.cpp
index 42a67ff81c..d744d24d1c 100644
--- a/Source/Core/DSPCore/Src/Jit/DSPJitUtil.cpp
+++ b/Source/Core/DSPCore/Src/Jit/DSPJitUtil.cpp
@@ -66,7 +66,7 @@ void DSPEmitter::increment_addr_reg(int reg)
// tmp ^= wr_reg
XOR(16, R(EAX), R(EDX));
- FixupBranch end = J()
+ FixupBranch end = J();
SetJumpTarget(not_equal);
// else tmp++