X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Finternal%2Fi386%2Fsyscall.s;h=327d4cc05dda9f1c89724451cee23d0edbf72a0c;hb=2121b8a44f086f6fb8aed98102379e7de9a4a5f1;hp=5b19a1b86cc8a8cd38fd713ce6650116f647c856;hpb=d00ff2950eacc375d57e44d65c7697f636c67625;p=musl diff --git a/src/internal/i386/syscall.s b/src/internal/i386/syscall.s index 5b19a1b8..327d4cc0 100644 --- a/src/internal/i386/syscall.s +++ b/src/internal/i386/syscall.s @@ -1,5 +1,5 @@ .global __syscall -.type __syscall,%function +.type __syscall,@function __syscall: pushl %ebx pushl %esi @@ -18,4 +18,3 @@ __syscall: popl %esi popl %ebx ret -.size __syscall,.-__syscall