]> git.proxmox.com Git - qemu.git/commit
tci: Remove function tcg_out64 (fix broken build)
authorStefan Weil <sw@weilnetz.de>
Wed, 28 Aug 2013 17:28:06 +0000 (19:28 +0200)
committerMichael Tokarev <mjt@tls.msk.ru>
Sun, 1 Sep 2013 15:36:16 +0000 (19:36 +0400)
commita32b12741bf45bf3f46bffe5a79cb2548a060cd8
treea86e71ff82f6c0243a876aebe299d456afe6d591
parente0c270d946dc8efd723129b6a9d956b3084b55b1
tci: Remove function tcg_out64 (fix broken build)

Commit ac26eb69a311396668809eadbf7ff4e623447d4c added tcg_out64 to tcg/tcg.c.
tcg/tci/tcg-target.c already had a nearly identical implementation which is
now removed to fix a compiler error.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
tcg/tci/tcg-target.c