Subversion Repositories HelenOS-historic

Rev

Rev 948 | Rev 1113 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 948 Rev 1079
Line 34... Line 34...
34
 
34
 
35
## User-space task entry point
35
## User-space task entry point
36
#
36
#
37
#
37
#
38
__entry:
38
__entry:
-
 
39
	alloc loc0 = ar.pfs, 0, 1, 2, 0
39
	mov r1 = _gp 
40
	mov r1 = _gp 
40
	{ br.call.sptk.many b0 = main }
41
	{ br.call.sptk.many b0 = main }
41
	{ br.call.sptk.many b0 = __exit }
42
	{ br.call.sptk.many b0 = __exit }
42
	
43
	
43
.end __entry
44
.end __entry