> -int cpuspeed = 4; > +const int cpuspeed = 4; > -int simple_lock_pause_loop = 100; > +const int simple_lock_pause_loop = 100;
Well, these should really be computed dynamically. I have applied almost all the rest, thanks! Samuel
> -int cpuspeed = 4; > +const int cpuspeed = 4; > -int simple_lock_pause_loop = 100; > +const int simple_lock_pause_loop = 100;
Well, these should really be computed dynamically. I have applied almost all the rest, thanks! Samuel