Compile fix

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5386 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
nakeee 2010-04-18 18:42:59 +00:00
parent 26a8556c82
commit 7bc2887f34
1 changed files with 1 additions and 1 deletions

View File

@ -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++