Message ID | 1315213622-7051-6-git-send-email-weil@mail.berlios.de |
---|---|
State | Accepted |
Headers | show |
On Mon, 5 Sep 2011, Stefan Weil wrote: > The second register is only needed for 32 bit hosts. > > Cc: Vassili Karpov <av1474@comtv.ru> > Signed-off-by: Stefan Weil <weil@mail.berlios.de> > --- > tcg/ppc64/tcg-target.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/tcg/ppc64/tcg-target.c b/tcg/ppc64/tcg-target.c > index d831684..bef7aac 100644 > --- a/tcg/ppc64/tcg-target.c > +++ b/tcg/ppc64/tcg-target.c > @@ -130,7 +130,7 @@ static const int tcg_target_call_iarg_regs[] = { > TCG_REG_R10 > }; > > -static const int tcg_target_call_oarg_regs[2] = { > +static const int tcg_target_call_oarg_regs[] = { > TCG_REG_R3 > }; > Fine with me.
diff --git a/tcg/ppc64/tcg-target.c b/tcg/ppc64/tcg-target.c index d831684..bef7aac 100644 --- a/tcg/ppc64/tcg-target.c +++ b/tcg/ppc64/tcg-target.c @@ -130,7 +130,7 @@ static const int tcg_target_call_iarg_regs[] = { TCG_REG_R10 }; -static const int tcg_target_call_oarg_regs[2] = { +static const int tcg_target_call_oarg_regs[] = { TCG_REG_R3 };
The second register is only needed for 32 bit hosts. Cc: Vassili Karpov <av1474@comtv.ru> Signed-off-by: Stefan Weil <weil@mail.berlios.de> --- tcg/ppc64/tcg-target.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)