x86/microVU: Remove redundant cmp in mVUtestCycles

This commit is contained in:
Stenzek 2023-04-27 15:04:37 +10:00 committed by refractionpcsx2
parent cd9b6c7ac3
commit eaceb27879
1 changed files with 1 additions and 2 deletions

View File

@ -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);