Subversion Repositories HelenOS

Rev

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

Rev 2479 Rev 2608
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, 5, 0, 0, 0 ;;
41
	alloc r14 = ar.pfs, 7, 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