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
|
||||
|
||||
.exit:
|
||||
xor eax, eax
|
||||
inc eax
|
||||
ret
|
||||
endp
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user