small change; might fix something :O

git-svn-id: http://pcsx2-playground.googlecode.com/svn/trunk@18 a6443dda-0b58-4228-96e9-037be469359c
This commit is contained in:
cottonvibes 2008-08-13 14:52:53 +00:00 committed by Gregory Hainaut
parent 2ed30a6cf3
commit 460654b3cd
1 changed files with 6 additions and 0 deletions

View File

@ -5380,6 +5380,12 @@ void recVUMI_ESADD( VURegs *VU, int info)
{
assert( VU == &VU1 );
//SysPrintf("ESADD\n");
if( EEREC_TEMP == EEREC_D ) {
SysPrintf("ESADD: Resetting P reg!!!\n");
// special code to reset P (don't know if this is still useful)
MOV32ItoM(VU_VI_ADDR(REG_P, 0), 0);
return;
}
if( cpucaps.hasStreamingSIMD4Extensions )
{
SSE_MOVAPS_XMM_to_XMM(EEREC_TEMP, EEREC_S);