diff --git a/[refs] b/[refs] index 9b8a6754359e..f1e41123f43c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 930cc144a043ff95e56b6888fa51c618b33f89e7 +refs/heads/master: 60b8267338aafde5315fc65ff385f3d4d75eccfe diff --git a/trunk/include/math-emu/op-common.h b/trunk/include/math-emu/op-common.h index bc50aa0d6d73..f456534dcaf9 100644 --- a/trunk/include/math-emu/op-common.h +++ b/trunk/include/math-emu/op-common.h @@ -503,6 +503,8 @@ do { \ R##_c = FP_CLS_NAN; \ _FP_FRAC_SET_##wc(R, _FP_NANFRAC_##fs); \ FP_SET_EXCEPTION(FP_EX_INVALID | FP_EX_INVALID_IDI);\ + break; \ + \ case _FP_CLS_COMBINE(FP_CLS_ZERO,FP_CLS_ZERO): \ R##_s = _FP_NANSIGN_##fs; \ R##_c = FP_CLS_NAN; \