]> git.proxmox.com Git - qemu.git/commit
tcg-ppc64: Fix setcond_i32
authorRichard Henderson <rth@twiddle.net>
Tue, 2 Apr 2013 18:13:28 +0000 (11:13 -0700)
committerRichard Henderson <rth@twiddle.net>
Mon, 15 Apr 2013 17:51:50 +0000 (19:51 +0200)
commit752c1fdb6d3e7cc03157af213837f3b081b03858
treebaf1a1925e432c87e92d574a02ccfdb1aa20ee61
parent2fd8eddcab144d29f9f58c842ad7a7fd65147394
tcg-ppc64: Fix setcond_i32

We weren't ignoring the high 32 bits during a NE comparison.

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