2
0
mirror of https://git.missingno.dev/kolibrios-nvme-driver/ synced 2024-09-19 18:11:03 +02:00

fix: interrupt freezing system when duplicate debug output is disabled

This commit is contained in:
Abdur-Rahman Mansoor 2024-09-17 08:41:21 -04:00
parent c2ee9ee16d
commit 53c04b912c
Signed by: ramenu
GPG Key ID: 8D15FCF6795779C8

View File

@ -1296,7 +1296,7 @@ proc irq_handler
jnz @f
add esi, sizeof.pcidev
cmp esi, ebx
jbe .check_who_raised_irq
jb .check_who_raised_irq
; Interrupt not handled by driver, return 0
pop edi esi ebx