fixed MFOCRF

This commit is contained in:
elisha464 2014-02-20 00:38:47 +02:00
parent b85a86b225
commit 45452c57c4

View File

@ -2349,7 +2349,7 @@ private:
if(count == 1)
{
//RD[32+4*n : 32+4*n+3] = CR[4*n : 4*n+3];
CPU.GPR[rd] = (u64)CPU.GetCR(n) << (n * 4);
CPU.GPR[rd] = (u64)CPU.GetCR(7 - n) << (n * 4);
}
else
CPU.GPR[rd] = 0;