From 231afcbe11d3c66252a48e439d6f7070ba564009 Mon Sep 17 00:00:00 2001 From: OBattler Date: Sat, 16 Jul 2022 03:23:21 +0200 Subject: [PATCH] PIC. --- src/pic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pic.c b/src/pic.c index 23f99945e..13c13d6df 100644 --- a/src/pic.c +++ b/src/pic.c @@ -223,7 +223,7 @@ find_best_interrupt(pic_t *dev) intr += 8; if (cpu_fast_off_flags & (1u << intr)) - cpu_fast_off_count = cpu_fast_off_val + 1; + cpu_fast_off_advance(); } return ret;