mirror of
https://github.com/mii443/qemu.git
synced 2025-09-01 22:59:29 +00:00
Some tests in FPU emulation code were wrongly using float64_is_nan()
before commit 185698715d
, 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>