qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 10/62] tcg-s390: R6 is a function argument register


From: Richard Henderson
Subject: [Qemu-devel] [PATCH 10/62] tcg-s390: R6 is a function argument register
Date: Thu, 27 May 2010 13:45:52 -0700

Signed-off-by: Richard Henderson <address@hidden>
---
 tcg/s390/tcg-target.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/tcg/s390/tcg-target.c b/tcg/s390/tcg-target.c
index 6988937..25c80e6 100644
--- a/tcg/s390/tcg-target.c
+++ b/tcg/s390/tcg-target.c
@@ -137,6 +137,7 @@ static const int tcg_target_call_iarg_regs[] = {
     TCG_REG_R3,
     TCG_REG_R4,
     TCG_REG_R5,
+    TCG_REG_R6,
 };
 
 static const int tcg_target_call_oarg_regs[] = {
-- 
1.7.0.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]