]> git.ipfire.org Git - thirdparty/qemu.git/commit
target-mips: fix logically dead code reported by Coverity
authorLeon Alrae <leon.alrae@imgtec.com>
Tue, 14 Jul 2015 10:08:14 +0000 (11:08 +0100)
committerLeon Alrae <leon.alrae@imgtec.com>
Wed, 15 Jul 2015 13:07:25 +0000 (14:07 +0100)
commit47ada0ad3431b39863918dc80386634693d317b5
treeb5ff9d16d126f213620756f2b4f1943b18238f7c
parentfe87c2b36ae9c1c9a5279f3891f3bce1b573baa0
target-mips: fix logically dead code reported by Coverity

Make use of CMPOP in floating-point compare instructions.

Signed-off-by: Leon Alrae <leon.alrae@imgtec.com>
Reviewed-by: Aurelien Jarno <aurelien@aurel32.net>
target-mips/translate.c