Subversion Repositories HelenOS

Rev

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

Rev 3168 Rev 3171
Line 39... Line 39...
39
__entry:
39
__entry:
40
	# Pass pcb_ptr to __main as the first argument (in r0)
40
	# Pass pcb_ptr to __main as the first argument (in r0)
41
	mov r0, r1
41
	mov r0, r1
42
	bl __main
42
	bl __main
43
 
43
 
44
	bl main
-
 
45
	bl __exit
44
	bl __exit