commit | 6e17d0c5cdf7b3d0086708ba1d2df931e18cb5b5 | [log] [tgz] |
---|---|---|
author | Stefan Weil <sw@weilnetz.de> | Thu Sep 13 19:37:46 2012 +0200 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Sat Sep 22 16:52:37 2012 +0200 |
tree | 03a4af69be9186becf0edbc231f86319ce9896b4 | |
parent | d73685e3c3936fd7851a32eff5443405cb5368be [diff] |
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>