mirror of https://github.com/PCSX2/pcsx2.git
very minor change...
git-svn-id: http://pcsx2-playground.googlecode.com/svn/trunk@162 a6443dda-0b58-4228-96e9-037be469359c
This commit is contained in:
parent
56255ae461
commit
a7a53d6205
|
@ -3732,7 +3732,7 @@ void recVUMI_DIV(VURegs *VU, int info)
|
|||
}
|
||||
|
||||
SSE_DIVSS_XMM_to_XMM(EEREC_TEMP, t1reg);
|
||||
if (CHECK_OVERFLOW) vuFloat2(EEREC_TEMP, EEREC_TEMP, 0x8);
|
||||
vuFloat2(EEREC_TEMP, EEREC_TEMP, 0x8);
|
||||
|
||||
x86SetJ32(pjmp2);
|
||||
|
||||
|
|
Loading…
Reference in New Issue