target-ppc: fix wrong NaN tests
authorAurelien Jarno <aurelien@aurel32.net>
Mon, 17 Jan 2011 18:29:33 +0000 (19:29 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Thu, 20 Jan 2011 14:11:14 +0000 (15:11 +0100)
commitd619c680e7b8f19de2e3db5eae2370a80a688283
tree11776160257cc0cc1f2f79bff6d89f534eeee2d2
parent78bdb8b361434677e2f01de6ef72dd22b71fa739
target-ppc: fix wrong NaN tests

Some tests in FPU emulation code were wrongly using float64_is_nan()
before commit 185698715dfb18c82ad2a5dbc169908602d43e81, and wrongly
using float64_is_quiet_nan() after. Fix them by using float64_is_any_nan()
instead.

Reviewed-by: Nathan Froyd <froydnj@codesourcery.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
target-ppc/op_helper.c