Re: [Qemu-devel] [PATCH] Remove wrong semicolon in macro definition

2010-09-14 Thread Edgar E. Iglesias
On Mon, Sep 13, 2010 at 09:21:57PM +0200, Stefan Weil wrote: > Macros normally should not end with a semicolon, > otherwise their usage results in two statements > where only one statement was expected. Applied > > Signed-off-by: Stefan Weil > --- > hw/serial.c |4 ++-- > tes

[Qemu-devel] [PATCH] Remove wrong semicolon in macro definition

2010-09-13 Thread Stefan Weil
Macros normally should not end with a semicolon, otherwise their usage results in two statements where only one statement was expected. Signed-off-by: Stefan Weil --- hw/serial.c |4 ++-- tests/cris/check_swap.c |2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --