X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=ETL%2Ftrunk%2Ftest%2Ffixed.cpp;h=13394dd525eb964f11434c52689a84d28505ef27;hb=5327ab4d4f08b9d56f43bb40329754f2e7eb0cfc;hp=369f0d12995ddf6ed4e94439e4c4a4ecbe68cb65;hpb=428daa8dd2b5593d6b61894df9a170bb8002bb8f;p=synfig.git diff --git a/ETL/trunk/test/fixed.cpp b/ETL/trunk/test/fixed.cpp index 369f0d1..13394dd 100644 --- a/ETL/trunk/test/fixed.cpp +++ b/ETL/trunk/test/fixed.cpp @@ -111,7 +111,7 @@ struct speed_test a=3+i; b=40+i; b/=a; a/=(i%20)+1; acc+= a; } - fprintf(stderr, "[%1d]...", int(int(a)/1e9)+5); // so the compiler doesn't optimize everything out + fprintf(stderr, "[%1d]...", int(int(acc)/1e9)+5); // so the compiler doesn't optimize everything out return MyTimer(); } };