]> git.proxmox.com Git - qemu.git/commit
tcg: don't remove op if output needs to be synced to memory
authorAurelien Jarno <aurelien@aurel32.net>
Tue, 30 Oct 2012 23:50:15 +0000 (00:50 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Wed, 31 Oct 2012 21:20:45 +0000 (22:20 +0100)
commitb3a1be87bac3a6aaa59bb88c1410f170dc9b22d5
tree23e0acd4a0d8f5fd8799e38b2205f019b28c00a3
parente1e1b25c97632cf68d6a11e20f8068282e3d7915
tcg: don't remove op if output needs to be synced to memory

Commit 9c43b68de628a1e2cba556adfb71c17028eb802e do not correctly check
for dead outputs when they need to be synced to memory in case of
half-dead operations.

Fix that by applying the same pattern than for the default case.

Tested-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
tcg/tcg.c