Merge branch 'master' into v2.1

This commit is contained in:
Mike Pall 2014-03-27 11:39:15 +01:00
commit 3500c35e23

View File

@ -2152,7 +2152,7 @@ static void build_subroutines(BuildCtx *ctx)
| xorps xmm4, xmm4; jmp <1 // Return +-Inf and +-0. | xorps xmm4, xmm4; jmp <1 // Return +-Inf and +-0.
| |
|.ffunc_nnr math_fmod |.ffunc_nnr math_fmod
|1: ; fprem; fnstsw ax; sahf; jp <1 |1: ; fprem; fnstsw ax; and ax, 0x400; jnz <1
| fpop1 | fpop1
| jmp ->fff_resn | jmp ->fff_resn
| |