minor FMAND VU opcode change thanks to nneeve

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@548 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
cottonvibes 2009-02-20 05:43:18 +00:00
parent 7e065afb4d
commit c669407b33
1 changed files with 1 additions and 2 deletions

View File

@ -1348,10 +1348,9 @@ void recVUMI_FMAND( VURegs *VU, int info )
if( fsreg >= 0 ) {
if( ftreg != fsreg ) MOV32RtoR(ftreg, fsreg);
}
else MOV16MtoR(ftreg, VU_VI_ADDR(_Fs_, 1));
else MOVZX32M16toR(ftreg, VU_VI_ADDR(_Fs_, 1));
AND16MtoR( ftreg, VU_VI_ADDR(REG_MAC_FLAG, 1));
//MOVZX32R16toR(ftreg, ftreg);
}
//------------------------------------------------------------------