restore use of .type in asm, but use modern @function (vs %function)
[musl] / src / internal / x86_64 / syscall.s
index 931f44f..6e0db09 100644 (file)
@@ -1,4 +1,5 @@
 .global __syscall
 .global __syscall
+.type __syscall,@function
 __syscall:
        movq %rdi,%rax
        movq %rsi,%rdi
 __syscall:
        movq %rdi,%rax
        movq %rsi,%rdi