Re: [Qemu-devel] [PATCH] mips: Improve macro parenthesization

2017-09-19 Thread Yongbok Kim
On 19/09/2017 15:13, Eric Blake wrote: > Although none of the existing macro call-sites were broken, > it's always better to write macros that properly parenthesize > arguments that can be complex expressions, so that the intended > order of operations is not broken. > > Signed-off-by: Eric Blak

[Qemu-devel] [PATCH] mips: Improve macro parenthesization

2017-09-19 Thread Eric Blake
Although none of the existing macro call-sites were broken, it's always better to write macros that properly parenthesize arguments that can be complex expressions, so that the intended order of operations is not broken. Signed-off-by: Eric Blake --- target/mips/dsp_helper.c | 56 +++