forked from KolibriOS/kolibrios
small fix - 2
git-svn-id: svn://kolibrios.org@3512 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
8573603b63
commit
0f3580df30
@ -237,10 +237,10 @@ align 16
|
||||
cmp ebx, esi
|
||||
je .try_next_irq
|
||||
cmp [ebx+IRQH.num_ints], 0
|
||||
jne .try_next_irq
|
||||
jne .try_next_handler
|
||||
; keyboard handler acknowledges everything
|
||||
cmp [ebx+IRQH.handler], irq1
|
||||
jz .try_next_irq
|
||||
jz .try_next_handler
|
||||
push [ebx+IRQH.data]
|
||||
call [ebx+IRQH.handler]
|
||||
pop ecx
|
||||
|
Loading…
Reference in New Issue
Block a user