target/ppc: Remove float_check_status
commit6525aadc1201ae55e18cedaa8a9f2d1831e700f8
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 11 Oct 2018 23:41:54 +0000 (11 16:41 -0700)
committerDavid Gibson <david@gibson.dropbear.id.au>
Thu, 8 Nov 2018 01:04:40 +0000 (8 12:04 +1100)
tree9e4485ee78cf1d5348eae0e25c2615c5b68bdfd4
parent13c9115fa9d23cf2afad4223b665149d8364d71d
target/ppc: Remove float_check_status

Use do_float_check_status directly, so that we don't get confused
about which return address we're using.  And definitely don't use
helper_float_check_status.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
target/ppc/fpu_helper.c