Update native (shutdown crash) + comment.

This commit is contained in:
Unknown W. Brackets 2014-11-23 11:04:07 -08:00
parent 473f388088
commit fe525a52f9
2 changed files with 2 additions and 1 deletions

View File

@ -622,6 +622,7 @@ void Jit::Comp_ReplacementFunc(MIPSOpcode op)
MOV(32, R(ECX), M(&mips_->r[MIPS_REG_RA]));
SUB(32, M(&mips_->downcount), R(EAX));
ApplyRoundingMode();
// Need to set flags again, ApplyRoundingMode destroyed them (and EAX.)
SUB(32, M(&mips_->downcount), Imm8(0));
WriteExitDestInReg(ECX);
js.compiling = false;

2
native

@ -1 +1 @@
Subproject commit b2ff5bc9f3e5d42313d1465fff28f5e21851180f
Subproject commit 92be7b0b1bb73b01b4322d787b9c54d03ed7c270