target-mips: Make `helper_float_cvtw_s' consistent with the remaining helpers
commit2b09f94cdbf5c54e2278d7f3aed2eceff3494790
authorMaciej W. Rozycki <macro@codesourcery.com>
Wed, 5 Nov 2014 15:35:59 +0000 (5 15:35 +0000)
committerLeon Alrae <leon.alrae@imgtec.com>
Tue, 16 Dec 2014 12:45:19 +0000 (16 12:45 +0000)
treedbcefe28f9d3ab529b30fe1ae8b40756666529f8
parentd2bfa6e6222baa0218bd0658499d38bac56ac34c
target-mips: Make `helper_float_cvtw_s' consistent with the remaining helpers

Move the call to `update_fcr31' in `helper_float_cvtw_s' after the
exception flag check, for consistency with the remaining helpers that do
it last too.

Signed-off-by: Maciej W. Rozycki <macro@codesourcery.com>
Signed-off-by: Leon Alrae <leon.alrae@imgtec.com>
target-mips/op_helper.c