Commit 526f15e5 by Nick Clifton Committed by Nick Clifton

Fix typo.

From-SVN: r21948
parent 1427100a
Mon Aug 24 14:20:32 1998 Nick Clifton <nickc@cygnus.com>
* execute/bcp-1.c (main): Fix optimize test loop to count number
tests in opt_t0 not good_t0.
Thu Aug 13 00:13:55 1998 Jeffrey A Law (law@cygnus.com)
* execute/ieee/ieee.exp: Pass -ffloat-store to compiler for
......
......@@ -69,7 +69,7 @@ int main()
abort();
#ifdef __OPTIMIZE__
for (i = 0; i < N(good_t0); ++i)
for (i = 0; i < N(opt_t0); ++i)
if (! (*opt_t0[i])())
abort();
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment