TIMER: Cleanup compiler warning

This commit is contained in:
Mark Pizzolato 2017-01-20 12:53:39 -08:00
parent e565ee563f
commit 9e9658f30c

View file

@ -2781,7 +2781,7 @@ for (tmr=0; tmr<=SIM_NTIMERS; tmr++) {
} }
if (!sim_is_active (uptr)) { if (!sim_is_active (uptr)) {
sim_debug (DBG_QUE, &sim_timer_dev, "sim_timer_activate_time_usecs(%s) - not active\n", sim_uname (uptr), result); sim_debug (DBG_QUE, &sim_timer_dev, "sim_timer_activate_time_usecs(%s) - not active\n", sim_uname (uptr));
return result; return result;
} }
#if defined(SIM_ASYNCH_CLOCKS) #if defined(SIM_ASYNCH_CLOCKS)