aboutsummaryrefslogtreecommitdiff
path: root/hw/misc/stm32f2xx_syscfg.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/misc/stm32f2xx_syscfg.c')
-rw-r--r--hw/misc/stm32f2xx_syscfg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/misc/stm32f2xx_syscfg.c b/hw/misc/stm32f2xx_syscfg.c
index 7c45833d09..7f10195862 100644
--- a/hw/misc/stm32f2xx_syscfg.c
+++ b/hw/misc/stm32f2xx_syscfg.c
@@ -34,7 +34,7 @@
if (STM_SYSCFG_ERR_DEBUG >= lvl) { \
qemu_log("%s: " fmt, __func__, ## args); \
} \
-} while (0);
+} while (0)
#define DB_PRINT(fmt, args...) DB_PRINT_L(1, fmt, ## args)