aboutsummaryrefslogtreecommitdiff
path: root/source/test_a_ui32_z_f16.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/test_a_ui32_z_f16.c')
-rw-r--r--source/test_a_ui32_z_f16.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/test_a_ui32_z_f16.c b/source/test_a_ui32_z_f16.c
index 6a4cc0e..47b10fe 100644
--- a/source/test_a_ui32_z_f16.c
+++ b/source/test_a_ui32_z_f16.c
@@ -64,9 +64,9 @@ void
count = 10000;
while ( ! genCases_done || testLoops_forever ) {
genCases_ui32_a_next();
- *testLoops_trueFlagsPtr = 0;
+ testLoops_trueFlagsFunction();
trueZ = trueFunction( genCases_ui32_a );
- trueFlags = *testLoops_trueFlagsPtr;
+ trueFlags = testLoops_trueFlagsFunction();
testLoops_subjFlagsFunction();
subjZ = subjFunction( genCases_ui32_a );
subjFlags = testLoops_subjFlagsFunction();