Chameleon

Chameleon Commit Details

Date:2010-09-23 15:24:56 (13 years 6 months ago)
Author:Evan Lojewski
Commit:547
Parents: 546
Message:Fixed for loop
Changes:
M/branches/meklort/i386/libsaio/cpu.c

File differences

branches/meklort/i386/libsaio/cpu.c
100100
101101
102102
103
103
104104
105105
106106
maxcoef = maxdiv = currcoef = currdiv = 0;
/* get cpuid values */
for( ; i < 3; i++)
for( ; i <= 3; i++)
{
do_cpuid(i, p->CPU.CPUID[i]);
}

Archive Download the corresponding diff file

Revision: 547