Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 5528 → Rev 5536

/kernel/trunk/network/stack.inc
382,7 → 382,7
 
spin_unlock_irqrestore
 
DEBUGF 1, "net alloc: 0x%x\n", eax
DEBUGF DEBUG_NETWORK_VERBOSE, "net alloc: 0x%x\n", eax
ret
 
.out_of_mem:
402,7 → 402,7
align 4
proc NET_BUFF_free stdcall, buffer
 
DEBUGF 1, "net free: 0x%x\n", [buffer]
DEBUGF DEBUG_NETWORK_VERBOSE, "net free: 0x%x\n", [buffer]
 
spin_lock_irqsave