mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-10 21:44:28 +00:00
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
|
// tmp ^= wr_reg
|
||||||
XOR(16, R(EAX), R(EDX));
|
XOR(16, R(EAX), R(EDX));
|
||||||
|
|
||||||
FixupBranch end = J()
|
FixupBranch end = J();
|
||||||
SetJumpTarget(not_equal);
|
SetJumpTarget(not_equal);
|
||||||
|
|
||||||
// else tmp++
|
// else tmp++
|
||||||
|
Loading…
x
Reference in New Issue
Block a user