target-mips: clear softfpu exception state for comparison instructions
commit6a385343e42c500f8404ecf9365ff63f4c942057
authorAurelien Jarno <aurelien@aurel32.net>
Wed, 13 Apr 2011 22:49:30 +0000 (14 00:49 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Sun, 17 Apr 2011 18:32:15 +0000 (17 20:32 +0200)
treeabe8839de527ddb27b727f6f9a9c5e37c59a91ac
parent30a00bc142796f6d436b0b79f01757afb1e4c1e7
target-mips: clear softfpu exception state for comparison instructions

MIPS FPU instructions should start with a clean softfpu status. This
is done for the most instructions, but not for comparison ones.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
target-mips/op_helper.c