very minor change...

git-svn-id: http://pcsx2-playground.googlecode.com/svn/trunk@162 a6443dda-0b58-4228-96e9-037be469359c
This commit is contained in:
cottonvibes 2008-09-30 19:51:14 +00:00 committed by Gregory Hainaut
parent 56255ae461
commit a7a53d6205
1 changed files with 1 additions and 1 deletions

View File

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