fix PS/2 mouse IRQ handler

git-svn-id: svn://kolibrios.org@3542 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
CleverMouse 2013-05-28 16:24:44 +00:00
parent 02233b4a46
commit 211477bfb1

View File

@ -113,6 +113,8 @@ proc irq_handler
mov [mouse_byte],0
.exit:
xor eax, eax
inc eax
ret
endp