mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 21:39:52 +00:00
Remove erroneous comment.
This commit is contained in:
parent
502f772856
commit
06ce01ea04
@ -333,7 +333,7 @@ void Jit::Comp_mxc1(MIPSOpcode op)
|
||||
|
||||
case 4: //FI(fs) = R(rt); break; //mtc1
|
||||
gpr.MapReg(rt, true, false);
|
||||
fpr.MapReg(fs, false, true); // TODO: Seems the V register becomes dirty here? It shouldn't.
|
||||
fpr.MapReg(fs, false, true);
|
||||
MOVD_xmm(fpr.RX(fs), gpr.R(rt));
|
||||
return;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user