Fixed bug in i8254x driver

git-svn-id: svn://kolibrios.org@2999 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
hidnplayr 2012-11-03 18:07:44 +00:00
parent 6e328be793
commit ad6b39e045

View File

@ -728,7 +728,7 @@ int_handler:
test eax, ICR_RXDMT0
jz .no_rx
push eax
push eax ebx
push .retaddr
; Get last descriptor addr
@ -760,7 +760,7 @@ int_handler:
jmp Eth_input
.retaddr:
pop eax
pop ebx eax
.no_rx: