Advance the PC after vrnds.

This commit is contained in:
Unknown W. Brackets 2012-11-24 18:25:42 -08:00
parent 4143801891
commit 8736a567b2

View file

@ -974,6 +974,7 @@ namespace MIPSInt
int vd = _VD;
int seed = VI(vd);
currentMIPS->rng.Init(seed);
PC += 4;
}
void Int_VrndX(u32 op)