X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Finternal%2Fx86_64%2Fsyscall.s;h=6e0db09c307e176c7386cc35546527690ac87efa;hb=328810d32524e4928fec50b57e37e1bf330b2e40;hp=931f44f6c072f12853e1e19b3d05f5ffd6ef2a6c;hpb=1e4f1cf154d18d2bd13cd4524a8bbae6786efd02;p=musl diff --git a/src/internal/x86_64/syscall.s b/src/internal/x86_64/syscall.s index 931f44f6..6e0db09c 100644 --- a/src/internal/x86_64/syscall.s +++ b/src/internal/x86_64/syscall.s @@ -1,4 +1,5 @@ .global __syscall +.type __syscall,@function __syscall: movq %rdi,%rax movq %rsi,%rdi