summaryrefslogtreecommitdiffstats
path: root/tests/fp/fp-bench.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fp/fp-bench.c')
-rw-r--r--tests/fp/fp-bench.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/fp/fp-bench.c b/tests/fp/fp-bench.c
index c24baf8535..8ce0ca1545 100644
--- a/tests/fp/fp-bench.c
+++ b/tests/fp/fp-bench.c
@@ -545,7 +545,8 @@ static int round_name_to_mode(const char *name)
return -1;
}
-static void QEMU_NORETURN die_host_rounding(enum rounding rounding)
+static G_NORETURN
+void die_host_rounding(enum rounding rounding)
{
fprintf(stderr, "fatal: '%s' rounding not supported on this host\n",
round_names[rounding]);