From 8a3452098267e1af127d6c4f1836a9d82cd23f38 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Tue, 2 Jul 2024 21:40:10 +0300 Subject: more complete interrupt handling outline + Still largely untested, should really try to come up with a proper testsuite, at the moment it's mostly me trying things out in the (as of yet unreleased) kmx repo --- src/timer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/timer.c') diff --git a/src/timer.c b/src/timer.c index 5af03e8..2607584 100644 --- a/src/timer.c +++ b/src/timer.c @@ -204,5 +204,5 @@ void handle_timer() if (!r) return; - notify(r); + notify(r, NOTIFY_TIMER); } -- cgit v1.3