Re: [Qemu-devel] [PATCH 01/12] TCG/HPPA: use TCG_REG_CALL_STACK instead of TCG_REG_SP

2011-07-01 Thread Blue Swirl
On Mon, Jun 27, 2011 at 12:02 AM, Richard Henderson wrote: > On 06/26/2011 12:20 PM, Blue Swirl wrote: >> Use TCG_REG_CALL_STACK instead of TCG_REG_SP for consistency. >> >> Signed-off-by: Blue Swirl > > Acked-by: Richard Henderson Thanks for the Ack, applied both patches.

Re: [Qemu-devel] [PATCH 01/12] TCG/HPPA: use TCG_REG_CALL_STACK instead of TCG_REG_SP

2011-06-26 Thread Richard Henderson
On 06/26/2011 12:20 PM, Blue Swirl wrote: > Use TCG_REG_CALL_STACK instead of TCG_REG_SP for consistency. > > Signed-off-by: Blue Swirl Acked-by: Richard Henderson r~

[Qemu-devel] [PATCH 01/12] TCG/HPPA: use TCG_REG_CALL_STACK instead of TCG_REG_SP

2011-06-26 Thread Blue Swirl
Use TCG_REG_CALL_STACK instead of TCG_REG_SP for consistency. Signed-off-by: Blue Swirl --- tcg/hppa/tcg-target.c | 30 -- 1 files changed, 16 insertions(+), 14 deletions(-) diff --git a/tcg/hppa/tcg-target.c b/tcg/hppa/tcg-target.c index 79bca63..bd40954 100644 --