*** empty log message ***

svn path=/trunk/boinc/; revision=3414
This commit is contained in:
David Anderson 2004-05-21 23:03:48 +00:00
parent f892d64f65
commit 44179777c1
1 changed files with 6 additions and 3 deletions

View File

@ -136,7 +136,7 @@ C
*/
LOOP = loopstart;
JJ = 1;
JJ = 0;
IILOOP:
N1 = 0;
@ -310,11 +310,14 @@ C
#if 0
if (++JJ <= II)
goto IILOOP;
#endif
#else
JJ++;
if (!benchmark_time_to_stop(BM_TYPE_FP)) {
goto IILOOP;
}
II = JJ;
#endif
/*
C
C Stop benchmark timing at this point.