Revision 5708fc66 exec.c

b/exec.c
78 78
/* 0 = Do not count executed instructions.
79 79
   1 = Precise instruction counting.
80 80
   2 = Adaptive rate instruction counting.  */
81
int use_icount = 0;
81
int use_icount;
82 82

  
83 83
#if !defined(CONFIG_USER_ONLY)
84 84

  

Also available in: Unified diff