From 7aee9013e7f853fe132416dd14571d115d1a44c3 Mon Sep 17 00:00:00 2001 From: "David S. Miller" Date: Wed, 22 Oct 2008 22:09:59 -0700 Subject: [PATCH] --- yaml --- r: 117769 b: refs/heads/master c: 60b8267338aafde5315fc65ff385f3d4d75eccfe h: refs/heads/master i: 117767: 88973d436f3bcaf3a2a5c574b2daa47349ac203c v: v3 --- [refs] | 2 +- trunk/include/math-emu/op-common.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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; \