timer_startclock
void timer_startclock(void);
void (*cpu_startclock_fcn)(void) = timer_startclock;
if (cpu_startclock_fcn == timer_startclock) {