This commit is contained in:
OBattler
2022-07-16 03:23:21 +02:00
parent 27713f6557
commit 231afcbe11

View File

@@ -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;