mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 09:13:55 -06:00
tcg: Remove tcg_target_get_call_iarg_regs_count
The TCG targets no longer need individual implementations.
Since commit 6a18ae2d29
,
'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>
This commit is contained in:
parent
d73685e3c3
commit
6e17d0c5cd
11 changed files with 1 additions and 61 deletions
|
@ -176,12 +176,6 @@ static const int tcg_target_call_oarg_regs[] = {
|
|||
TCG_REG_R8
|
||||
};
|
||||
|
||||
/* maximum number of register used for input function arguments */
|
||||
static inline int tcg_target_get_call_iarg_regs_count(int flags)
|
||||
{
|
||||
return 8;
|
||||
}
|
||||
|
||||
/*
|
||||
* opcode formation
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue