forked from KolibriOS/kolibrios
Removed non-working debug level specific for network stack.
git-svn-id: svn://kolibrios.org@3249 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
fcddd916db
commit
e68a03adef
@ -23,9 +23,6 @@
|
||||
|
||||
$Revision$
|
||||
|
||||
__DEBUG_LEVEL_OLD__ equ __DEBUG_LEVEL__ ; use seperate debug level for network part of kernel
|
||||
__DEBUG_LEVEL__ equ 1
|
||||
|
||||
uglobal
|
||||
net_10ms dd ?
|
||||
net_tmr_count dw ?
|
||||
@ -164,6 +161,7 @@ macro pseudo_random reg {
|
||||
rol reg, 9
|
||||
}
|
||||
|
||||
; Network to Hardware byte order (dword)
|
||||
macro ntohd reg {
|
||||
|
||||
rol word reg, 8
|
||||
@ -172,6 +170,7 @@ macro ntohd reg {
|
||||
|
||||
}
|
||||
|
||||
; Network to Hardware byte order (word)
|
||||
macro ntohw reg {
|
||||
|
||||
rol word reg, 8
|
||||
@ -741,6 +740,3 @@ sys_protocols:
|
||||
.return:
|
||||
mov [esp+28+4], eax ; return eax value to the program
|
||||
ret
|
||||
|
||||
|
||||
__DEBUG_LEVEL__ equ __DEBUG_LEVEL_OLD__
|
Loading…
Reference in New Issue
Block a user