mirror of
https://git.missingno.dev/kolibrios-nvme-driver/
synced 2025-01-02 10:55:56 +01:00
fix: interrupt freezing system when duplicate debug output is disabled
This commit is contained in:
parent
c2ee9ee16d
commit
53c04b912c
@ -1296,7 +1296,7 @@ proc irq_handler
|
|||||||
jnz @f
|
jnz @f
|
||||||
add esi, sizeof.pcidev
|
add esi, sizeof.pcidev
|
||||||
cmp esi, ebx
|
cmp esi, ebx
|
||||||
jbe .check_who_raised_irq
|
jb .check_who_raised_irq
|
||||||
|
|
||||||
; Interrupt not handled by driver, return 0
|
; Interrupt not handled by driver, return 0
|
||||||
pop edi esi ebx
|
pop edi esi ebx
|
||||||
|
Loading…
Reference in New Issue
Block a user