forked from KolibriOS/kolibrios
fix PS/2 mouse IRQ handler
git-svn-id: svn://kolibrios.org@3542 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
02233b4a46
commit
211477bfb1
@ -113,6 +113,8 @@ proc irq_handler
|
|||||||
mov [mouse_byte],0
|
mov [mouse_byte],0
|
||||||
|
|
||||||
.exit:
|
.exit:
|
||||||
|
xor eax, eax
|
||||||
|
inc eax
|
||||||
ret
|
ret
|
||||||
endp
|
endp
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user