aboutsummaryrefslogtreecommitdiff
path: root/source/test_az_extF80_rx.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/test_az_extF80_rx.c')
-rw-r--r--source/test_az_extF80_rx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/test_az_extF80_rx.c b/source/test_az_extF80_rx.c
index dd25111..5d8be09 100644
--- a/source/test_az_extF80_rx.c
+++ b/source/test_az_extF80_rx.c
@@ -71,9 +71,9 @@ void
count = 10000;
while ( ! genCases_done || testLoops_forever ) {
genCases_extF80_a_next();
- *testLoops_trueFlagsPtr = 0;
+ testLoops_trueFlagsFunction();
trueFunction( &genCases_extF80_a, roundingMode, exact, &trueZ );
- trueFlags = *testLoops_trueFlagsPtr;
+ trueFlags = testLoops_trueFlagsFunction();
testLoops_subjFlagsFunction();
subjFunction( &genCases_extF80_a, roundingMode, exact, &subjZ );
subjFlags = testLoops_subjFlagsFunction();