target-ppc: Fully Migrate to gen_set_cr1_from_fpscr
commit00e6fd3e03b8df5553c6ea02bd95630549b0e2d1
authorTom Musta <tommusta@gmail.com>
Wed, 12 Nov 2014 21:46:02 +0000 (12 15:46 -0600)
committerAlexander Graf <agraf@suse.de>
Wed, 7 Jan 2015 15:16:25 +0000 (7 16:16 +0100)
treeca1d6919c74c8dcd0de6e8c3968609b39d708e0f
parent14ba79c73a1c2db78becef171ec2f73606c1d7e1
target-ppc: Fully Migrate to gen_set_cr1_from_fpscr

Eliminate the set_rc argument from the gen_compute_fprf utility and
the corresponding (and incorrect) implementation.  Replace it with
calls to the gen_set_cr1_from_fpscr() utility.

Signed-off-by: Tom Musta <tommusta@gmail.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
target-ppc/translate.c