summaryrefslogtreecommitdiff
path: root/test/Unit/fixunssfti_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Unit/fixunssfti_test.c')
-rw-r--r--test/Unit/fixunssfti_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Unit/fixunssfti_test.c b/test/Unit/fixunssfti_test.c
index 39bef8b3..33f0596c 100644
--- a/test/Unit/fixunssfti_test.c
+++ b/test/Unit/fixunssfti_test.c
@@ -38,7 +38,7 @@ int test__fixunssfti(float a, tu_int expected)
utwords expectedt;
expectedt.all = expected;
printf("error in __fixunssfti(%A) = 0x%.16llX%.16llX, expected 0x%.16llX%.16llX\n",
- a, xt.high, xt.low, expectedt.high, expectedt.low);
+ a, xt.s.high, xt.s.low, expectedt.s.high, expectedt.s.low);
}
return x != expected;
}