]> git.proxmox.com Git - mirror_qemu.git/commit
tcg: Remove tcg_target_get_call_iarg_regs_count
authorStefan Weil <sw@weilnetz.de>
Thu, 13 Sep 2012 17:37:46 +0000 (19:37 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Sat, 22 Sep 2012 14:52:37 +0000 (16:52 +0200)
commit6e17d0c5cdf7b3d0086708ba1d2df931e18cb5b5
tree03a4af69be9186becf0edbc231f86319ce9896b4
parentd73685e3c3936fd7851a32eff5443405cb5368be
tcg: Remove tcg_target_get_call_iarg_regs_count

The TCG targets no longer need individual implementations.

Since commit 6a18ae2d2947532d5c26439548afa0481c4529f9,
'flags' is no longer used in tcg_target_get_call_iarg_regs_count.

The remaining tcg_target_get_call_iarg_regs_count is trivial and only
called once. Therefore the patch eliminates it completely.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
tcg/arm/tcg-target.c
tcg/hppa/tcg-target.c
tcg/i386/tcg-target.c
tcg/ia64/tcg-target.c
tcg/mips/tcg-target.c
tcg/ppc/tcg-target.c
tcg/ppc64/tcg-target.c
tcg/s390/tcg-target.c
tcg/sparc/tcg-target.c
tcg/tcg.c
tcg/tci/tcg-target.c