forked from KolibriOS/kolibrios
Disabled net_alloc/free debug info
git-svn-id: svn://kolibrios.org@5536 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
d21ff04bea
commit
a3a355b72d
@ -382,7 +382,7 @@ proc NET_BUFF_alloc stdcall, buffersize
|
|||||||
|
|
||||||
spin_unlock_irqrestore
|
spin_unlock_irqrestore
|
||||||
|
|
||||||
DEBUGF 1, "net alloc: 0x%x\n", eax
|
DEBUGF DEBUG_NETWORK_VERBOSE, "net alloc: 0x%x\n", eax
|
||||||
ret
|
ret
|
||||||
|
|
||||||
.out_of_mem:
|
.out_of_mem:
|
||||||
@ -402,7 +402,7 @@ endp
|
|||||||
align 4
|
align 4
|
||||||
proc NET_BUFF_free stdcall, buffer
|
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
|
spin_lock_irqsave
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user