small fix - 2

git-svn-id: svn://kolibrios.org@3512 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
CleverMouse 2013-05-16 19:14:59 +00:00
parent 8573603b63
commit 0f3580df30

View File

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