diff options
Diffstat (limited to 'common/timer.c')
| -rw-r--r-- | common/timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/timer.c b/common/timer.c index 50ec237..272ba02 100644 --- a/common/timer.c +++ b/common/timer.c @@ -195,7 +195,7 @@ ticks_t nsecs_to_ticks(tunit_t nsecs) } /* call to this function from exception handlers */ -void update_timers() +void handle_timer() { struct timer *t = newest_timer(); remove_timer(t); |
