srawx fixed thanks to boo toe.

This commit is contained in:
Matthew Parlane 2012-03-20 19:51:42 +13:00
parent 281d7531a3
commit 14ea442382
1 changed files with 3 additions and 0 deletions

View File

@ -493,6 +493,9 @@ void JitIL::srawx(UGeckoInstruction inst)
test = ibuild.EmitOr(val, mask2);
test = ibuild.EmitICmpUgt(test, mask);
ibuild.EmitStoreCarry(test);
if (inst.Rc)
ComputeRC(ibuild, val);
}
void JitIL::srawix(UGeckoInstruction inst)