]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/commit
target-mips: keep softfloat exception set to 0 between instructions
authorAurelien Jarno <aurelien@aurel32.net>
Sun, 28 Oct 2012 17:08:27 +0000 (18:08 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Wed, 31 Oct 2012 21:20:46 +0000 (22:20 +0100)
commit4a587b2ccb336e36817712ab21c513e35baa0eca
tree976c4a168d77ad6f5741115a53caa5705d7d4778
parentb3d6cd447d594217cbfd09a3ffdf7b7893a1aa92
target-mips: keep softfloat exception set to 0 between instructions

Instead of clearing the softfloat exception flags before each floating
point instruction, reset them to 0 in update_fcr31() when an exception
is detected.

Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
target-mips/op_helper.c