Subversion Repositories Kolibri OS

Rev

Rev 1951 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1951 Rev 2000
Line 1... Line 1...
1
;---------------------------------------------------------------------
1
;---------------------------------------------------------------------
2
clear_thread:
2
clear_thread:
3
	call	get_memory_for_tread_stack
3
	call	get_memory_for_thread_stack
4
	mov	[clear_thread_stack],eax
4
	mov	[clear_thread_stack],eax
5
	mcall	51, 1, clear_thread_start	;, clear_thread_stack
5
	mcall	51,1,clear_thread_start	;, clear_thread_stack
6
	ret
6
	ret
7
;---------------------------------------------------------------------
7
;---------------------------------------------------------------------
8
clear_thread_start:
8
clear_thread_start: