Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 3144 → Rev 3145

/kernel/branches/net/core/sys32.inc
154,7 → 154,13
sti
; not debuggee => say error and terminate
call show_error_parameters ;; only ONE using, inline ???
;mov edx, [TASK_BASE]
 
; kill open sockets
pusha
mov edx, [edx + TASKDATA.pid]
call SOCKET_process_end
popa
 
mov [edx + TASKDATA.state], byte 4 ; terminate
jmp change_task ; stack - here it does not matter at all, SEE: core/shed.inc
.debug: