]> git.proxmox.com Git - qemu.git/commit
target-mips: fix c.ps.* instructions
authorAurelien Jarno <aurelien@aurel32.net>
Wed, 13 Apr 2011 22:49:30 +0000 (00:49 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Sun, 17 Apr 2011 18:32:15 +0000 (20:32 +0200)
commit30a00bc142796f6d436b0b79f01757afb1e4c1e7
tree05634b9c519cd54d634c3ec65d2cffcc04bf3f93
parent353ebb7ac22f2866ac3680a3340aa21185c50407
target-mips: fix c.ps.* instructions

Contrary to cabs.ps.* instructions, c.ps.* should not compare the absolute
value of the operand, but directly the operands.

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