Subversion Repositories HelenOS-historic

Rev

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

Rev 920 Rev 961
Line 36... Line 36...
36
 */
36
 */
37
#define SYSCALL_IMM	1
37
#define SYSCALL_IMM	1
38
 
38
 
39
.global __syscall
39
.global __syscall
40
__syscall:
40
__syscall:
41
	alloc r14 = ar.pfs, 4, 0, 0, 0 ;;
41
	alloc r14 = ar.pfs, 5, 0, 0, 0 ;;
42
	break SYSCALL_IMM
42
	break SYSCALL_IMM
43
	mov ar.pfs = r14 ;;
43
	mov ar.pfs = r14 ;;
44
	br.ret.sptk.many b0
44
	br.ret.sptk.many b0