Compile fix
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5386 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
26a8556c82
commit
7bc2887f34
|
@ -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++
|
||||
|
|
Loading…
Reference in New Issue