]> git.proxmox.com Git - qemu.git/commit
target-mips: cleanup float to int conversion helpers
authorAurelien Jarno <aurelien@aurel32.net>
Tue, 23 Oct 2012 07:53:50 +0000 (09:53 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Wed, 31 Oct 2012 21:20:46 +0000 (22:20 +0100)
commit4cc2e5f989728424e913777c494d68dbf0d2ec09
tree237d1a2e1aab815b4f46061d38943540fd1d231e
parent5dbe90bba778c6ffcd0c7991ec67c4e7469e1c09
target-mips: cleanup float to int conversion helpers

Instead of accessing the flags from the floating point control
register after updating it, read the softfloat flags.

This is just code cleanup and should not change the behaviour.

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