inline syscall support for mips
[musl] / src / internal / x86_64 / syscall.s
index 931f44f..6e0db09 100644 (file)
@@ -1,4 +1,5 @@
 .global __syscall
+.type __syscall,@function
 __syscall:
        movq %rdi,%rax
        movq %rsi,%rdi