提交 af15a623 编写于 作者: S Stefan Weil 提交者: Blue Swirl

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: NStefan Weil <weil@mail.berlios.de>
Signed-off-by: NBlue Swirl <blauwirbel@gmail.com>
上级 68af23af
......@@ -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 */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册