diff options
Diffstat (limited to 'monitor')
-rw-r--r-- | monitor/hmp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/monitor/hmp.c b/monitor/hmp.c index 24fd2e5..15ca047 100644 --- a/monitor/hmp.c +++ b/monitor/hmp.c @@ -308,8 +308,8 @@ void help_cmd(Monitor *mon, const char *name) static const char *pch; static sigjmp_buf expr_env; -static void G_GNUC_PRINTF(2, 3) QEMU_NORETURN -expr_error(Monitor *mon, const char *fmt, ...) +static G_NORETURN G_GNUC_PRINTF(2, 3) +void expr_error(Monitor *mon, const char *fmt, ...) { va_list ap; va_start(ap, fmt); |