]> git.proxmox.com Git - qemu.git/commit
tcg-mips: fix wrong usage of 'Z' constraint
authorAurelien Jarno <aurelien@aurel32.net>
Fri, 21 Sep 2012 16:20:25 +0000 (18:20 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Sat, 22 Sep 2012 13:10:19 +0000 (15:10 +0200)
commit2ceb3a9e0f2110c7d96134f2db7593609ed50bc2
tree45ba89cb8c9a6a00e0e05abc36c1d0d62d8be286
parentcfb75cb9807463ebe18b127096b48b5d0db1ce03
tcg-mips: fix wrong usage of 'Z' constraint

The 'Z' constraint has been introduced to map the zero register. However
when the op also accept a constant, there is no point to accept the zero
register in addition.

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