mirror of https://github.com/PCSX2/pcsx2.git
x86/microVU: Remove redundant cmp in mVUtestCycles
This commit is contained in:
parent
cd9b6c7ac3
commit
eaceb27879
|
@ -470,8 +470,7 @@ void mVUtestCycles(microVU& mVU, microFlagCycles& mFC)
|
|||
else
|
||||
xSUB(eax, 1); // Running ahead, make sure cycles left are above 0
|
||||
|
||||
xCMP(eax, 0);
|
||||
xForwardJGE32 skip;
|
||||
xForwardJNS32 skip;
|
||||
|
||||
u8* writeback = x86Ptr;
|
||||
xLoadFarAddr(rax, x86Ptr);
|
||||
|
|
Loading…
Reference in New Issue