Re: [Qemu-devel] [PATCH for-1.4] tcg/target-arm: Add missing parens to assertions

2013-01-19 Thread Peter Maydell
Thanks. cc'd qemu-stable since IIRC this bug went into the stable branch. Personally I don't care about ARM hosts in -stable branches, especially since we're nearly at 1.4 release, but somebody else might so perhaps this patch should go in 1.3 stable. -- PMM On 19 January 2013 14:00, Blue Swirl

Re: [Qemu-devel] [PATCH for-1.4] tcg/target-arm: Add missing parens to assertions

2013-01-19 Thread Blue Swirl
Thanks, applied. On Thu, Jan 17, 2013 at 8:04 PM, Peter Maydell wrote: > Silence a (legitimate) complaint about missing parentheses: > > tcg/arm/tcg-target.c: In function ‘tcg_out_qemu_ld’: > tcg/arm/tcg-target.c:1148:5: error: suggest parentheses around > comparison in operand of ‘&’ [-Werror=pa

[Qemu-devel] [PATCH for-1.4] tcg/target-arm: Add missing parens to assertions

2013-01-17 Thread Peter Maydell
Silence a (legitimate) complaint about missing parentheses: tcg/arm/tcg-target.c: In function ‘tcg_out_qemu_ld’: tcg/arm/tcg-target.c:1148:5: error: suggest parentheses around comparison in operand of ‘&’ [-Werror=parentheses] tcg/arm/tcg-target.c: In function ‘tcg_out_qemu_st’: tcg/arm/tcg-target