sim-card
/
qemu
Archived
10
0
Fork 0

tcg/ia64: Only one call output register needed for 64 bit hosts

The second register is never used for ia64 hosts.

Cc: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
Stefan Weil 2011-09-05 11:06:59 +02:00 committed by Blue Swirl
parent 68af23af69
commit af15a62309
1 changed files with 2 additions and 3 deletions

View File

@ -172,9 +172,8 @@ static const int tcg_target_call_iarg_regs[8] = {
TCG_REG_R63,
};
static const int tcg_target_call_oarg_regs[2] = {
TCG_REG_R8,
TCG_REG_R9
static const int tcg_target_call_oarg_regs[] = {
TCG_REG_R8
};
/* maximum number of register used for input function arguments */