summaryrefslogtreecommitdiffstats
path: root/post/lib_powerpc/fpu/mul-subnormal-single-1.c
diff options
context:
space:
mode:
Diffstat (limited to 'post/lib_powerpc/fpu/mul-subnormal-single-1.c')
-rw-r--r--post/lib_powerpc/fpu/mul-subnormal-single-1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/post/lib_powerpc/fpu/mul-subnormal-single-1.c b/post/lib_powerpc/fpu/mul-subnormal-single-1.c
index 23a3f302e8..b3f8deb342 100644
--- a/post/lib_powerpc/fpu/mul-subnormal-single-1.c
+++ b/post/lib_powerpc/fpu/mul-subnormal-single-1.c
@@ -86,7 +86,7 @@ int fpu_post_test_math7 (void)
{
unsigned int i;
- for (i = 0; i < sizeof (expected) / sizeof (expected[0]); i++)
+ for (i = 0; i < ARRAY_SIZE(expected); i++)
{
tstmul (expected[i].p1, expected[i].p2, expected[i].res);
tstmul (expected[i].p2, expected[i].p1, expected[i].res);
OpenPOWER on IntegriCloud