diff probes.h @ 63:a6c442d52590

removed all inline, to see if -O3 works -- now -O0 broken too! will go back
author Me
date Fri, 12 Nov 2010 08:42:25 -0800
parents 42dd44df1bb0
children
line diff
     1.1 --- a/probes.h	Fri Nov 12 07:36:01 2010 -0800
     1.2 +++ b/probes.h	Fri Nov 12 08:42:25 2010 -0800
     1.3 @@ -56,7 +56,7 @@
     1.4     //TODO: change freq for each machine
     1.5  #define TSCOUNT_FREQ 3180000000
     1.6  
     1.7 -inline TSCount getTSCount();
     1.8 +  TSCount getTSCount();
     1.9  
    1.10  
    1.11  //======================== Probes =============================