Re: [Qemu-devel] [PATCH 6/6] tcg-arm: Make tcg_out_addi inline

2011-08-19 Thread Peter Maydell
On 20 August 2011 01:10, andrzej zaborowski wrote: > On 20 August 2011 01:51, Peter Maydell wrote: >> On 17 August 2011 22:11, Richard Henderson wrote: >>> As it's not used, fixes a compilation error. > > Stefan Weil submitted an identical patch a couple of weeks ago, but I > can't see the ratio

Re: [Qemu-devel] [PATCH 6/6] tcg-arm: Make tcg_out_addi inline

2011-08-19 Thread andrzej zaborowski
On 20 August 2011 01:51, Peter Maydell wrote: > On 17 August 2011 22:11, Richard Henderson wrote: >> As it's not used, fixes a compilation error. Stefan Weil submitted an identical patch a couple of weeks ago, but I can't see the rationale for inlining. It seems like working around the warning

Re: [Qemu-devel] [PATCH 6/6] tcg-arm: Make tcg_out_addi inline

2011-08-19 Thread Peter Maydell
On 17 August 2011 22:11, Richard Henderson wrote: > As it's not used, fixes a compilation error. > > Signed-off-by: Richard Henderson Reviewed-by: Peter Maydell (We just hit this with the Ubuntu package builds of qemu-linaro for ARM host...) -- PMM