summaryrefslogtreecommitdiff
path: root/test/Unit/fixxfti_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Unit/fixxfti_test.c')
-rw-r--r--test/Unit/fixxfti_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Unit/fixxfti_test.c b/test/Unit/fixxfti_test.c
index 86fdcc08..0d3d182b 100644
--- a/test/Unit/fixxfti_test.c
+++ b/test/Unit/fixxfti_test.c
@@ -37,7 +37,7 @@ int test__fixxfti(long double a, ti_int expected)
utwords expectedt;
expectedt.all = expected;
printf("error in __fixxfti(%LA) = 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;
}