Remove wrong semicolon in macro definition
commit46411f863c26ff85c48b97939502007610c95398
authorStefan Weil <weil@mail.berlios.de>
Mon, 13 Sep 2010 19:21:57 +0000 (13 21:21 +0200)
committerEdgar E. Iglesias <edgar.iglesias@gmail.com>
Tue, 14 Sep 2010 08:58:38 +0000 (14 10:58 +0200)
treebd185262833a81ac3e6c82f9449a77423b1c05ac
parentb6601141cd2a170dfe773987b06f716a190ea7e0
Remove wrong semicolon in macro definition

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 <weil@mail.berlios.de>
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
hw/serial.c
tests/cris/check_swap.c