Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 2998 → Rev 2999

/kernel/branches/net/drivers/i8254x.asm
728,7 → 728,7
test eax, ICR_RXDMT0
jz .no_rx
 
push eax
push eax ebx
push .retaddr
 
; Get last descriptor addr
760,7 → 760,7
 
jmp Eth_input
.retaddr:
pop eax
pop ebx eax
 
.no_rx: