]> Git Repo - qemu.git/commit
target-mips: keep softfloat exception set to 0 between instructions
authorAurelien Jarno <[email protected]>
Sun, 28 Oct 2012 17:08:27 +0000 (18:08 +0100)
committerAurelien Jarno <[email protected]>
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 <[email protected]>
Signed-off-by: Aurelien Jarno <[email protected]>
target-mips/op_helper.c
This page took 0.027833 seconds and 4 git commands to generate.