aboutsummaryrefslogtreecommitdiff
path: root/source/test_az_f32.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/test_az_f32.c')
-rw-r--r--source/test_az_f32.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/test_az_f32.c b/source/test_az_f32.c
index 46d62e3..4e0590a 100644
--- a/source/test_az_f32.c
+++ b/source/test_az_f32.c
@@ -62,9 +62,9 @@ void
count = 10000;
while ( ! genCases_done || testLoops_forever ) {
genCases_f32_a_next();
- *testLoops_trueFlagsPtr = 0;
+ testLoops_trueFlagsFunction();
trueZ = trueFunction( genCases_f32_a );
- trueFlags = *testLoops_trueFlagsPtr;
+ trueFlags = testLoops_trueFlagsFunction();
testLoops_subjFlagsFunction();
subjZ = subjFunction( genCases_f32_a );
subjFlags = testLoops_subjFlagsFunction();