Subversion Repositories HelenOS

Rev

Rev 3168 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3168 Rev 3171
Line 39... Line 39...
39
__entry:
39
__entry:
40
	# Pass the PCB pointer to __main() as the first argument.
40
	# Pass the PCB pointer to __main() as the first argument.
41
	# Since the first argument is passed in r3, no operation is needed.
41
	# Since the first argument is passed in r3, no operation is needed.
42
	bl __main
42
	bl __main
43
 
43
 
44
	bl main
-
 
45
	bl __exit
44
	bl __exit