More fixes.

This commit is contained in:
OBattler
2026-01-10 04:51:24 +01:00
parent ca2a5a1e99
commit 667963aa56
2 changed files with 5 additions and 7 deletions

View File

@@ -119,8 +119,6 @@ timer_process(void)
if (!timer_head)
return;
uint64_t old_target = timer_target;
while (1) {
pc_timer_t *timer = timer_head;