Re: [Qemu-devel] [PATCH 2/3] mips: Tweak location of ';' in macros

2017-11-30 Thread Philippe Mathieu-Daudé
On 11/30/2017 10:41 AM, Eric Blake wrote: > It is more typical to provide the ';' by the caller of a macro > than to embed it in the macro itself; this is because syntax > highlight engines can get confused if a macro is called without > a semicolon before the closing '}'. > > Signed-off-by: Eric

[Qemu-devel] [PATCH 2/3] mips: Tweak location of ';' in macros

2017-11-30 Thread Eric Blake
It is more typical to provide the ';' by the caller of a macro than to embed it in the macro itself; this is because syntax highlight engines can get confused if a macro is called without a semicolon before the closing '}'. Signed-off-by: Eric Blake --- target/mips/msa_helper.c | 34