48fac924498726066df1c960c8686a49fa7c0426
[musl] / src / internal / aarch64 / syscall.s
1 .global __syscall
2 .type __syscall,%function
3 __syscall:
4         uxtw x8,w0
5         mov x0,x1
6         mov x1,x2
7         mov x2,x3
8         mov x3,x4
9         mov x4,x5
10         mov x5,x6
11         mov x6,x7
12         svc 0
13         ret