Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 4347 → Rev 4366

/kernel/trunk/network/tcp_output.inc
32,7 → 32,7
temp_bits db ?
endl
 
DEBUGF DEBUG_NETWORK_VERBOSE, "TCP_output: socket=%x\n", eax
DEBUGF DEBUG_NETWORK_VERBOSE, "TCP_output: socket=%x state=%u\n", eax, [eax + TCP_SOCKET.t_state]
 
push eax
lea ecx, [eax + SOCKET.mutex]