Subversion Repositories HelenOS-historic

Rev

Rev 1079 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1079 Rev 1113
Line 36... Line 36...
36
__thread_entry:
36
__thread_entry:
37
	#
37
	#
38
	# RAX contains address of uarg
38
	# RAX contains address of uarg
39
	#
39
	#
40
	movq %rax, %rdi
40
	movq %rax, %rdi
41
	call thread_main
41
	call __thread_main
42
	
42
	
43
.end __thread_entry
43
.end __thread_entry