summary refs log tree commit diff stats
path: root/tests/tcg/multiarch/float_convs.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tcg/multiarch/float_convs.c')
-rw-r--r--tests/tcg/multiarch/float_convs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tcg/multiarch/float_convs.c b/tests/tcg/multiarch/float_convs.c
index e9be75c2d5..2e4fa55324 100644
--- a/tests/tcg/multiarch/float_convs.c
+++ b/tests/tcg/multiarch/float_convs.c
@@ -51,8 +51,8 @@ static void convert_single_to_double(float input)
 
     output = input;
 
-    out_fmt = fmt_f64(output);
     flag_fmt = fmt_flags();
+    out_fmt = fmt_f64(output);
     printf("  to double: %s (%s)\n", out_fmt, flag_fmt);
     free(out_fmt);
     free(flag_fmt);