EERec: Remove zero-distance jmp in full fpu mode

This commit is contained in:
Connor McLaughlin 2021-12-12 22:16:09 +10:00 committed by refractionpcsx2
parent c0b1bde94b
commit 9166218d07
1 changed files with 0 additions and 2 deletions

View File

@ -413,7 +413,6 @@ void FPU_ADD_SUB(int tempd, int tempt) //tempd and tempt are overwritten, they a
x86SetJ8(j8Ptr[3]);
//diff = -255 .. -25, expd < expt
xAND.PS(xRegisterSSE(tempd), ptr[s_const.neg]);
j8Ptr[7] = JMP8(0);
x86SetJ8(j8Ptr[2]);
//diff == 0
@ -421,7 +420,6 @@ void FPU_ADD_SUB(int tempd, int tempt) //tempd and tempt are overwritten, they a
x86SetJ8(j8Ptr[4]);
x86SetJ8(j8Ptr[5]);
x86SetJ8(j8Ptr[6]);
x86SetJ8(j8Ptr[7]);
_freeXMMreg(xmmtemp);
_freeX86reg(temp2);