Fix fcmp.

This commit is contained in:
Andrew Church 2015-01-18 07:02:18 +09:00
parent 6cd3310171
commit 42b55c60e7
1 changed files with 2 additions and 0 deletions

View File

@ -702,6 +702,8 @@ public:
{
if ((FPSCR.FPSCR & mask) != mask) FPSCR.FX = 1;
FPSCR.FPSCR |= mask;
UpdateFPSCR_VX();
UpdateFPSCR_FEX();
}
void SetFPSCR_FI(const u32 val)