X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fthread%2Fi386%2F__unmapself.s;h=d6569594ae0c3b729bba2ba6b223bfdd605ff487;hb=4d98280388a21db6913911ff647b2e56338d46cf;hp=5c674966167a8af11f18fd4df82ef2e833e0e6cf;hpb=0b44a0315b47dd8eced9f3b7f31580cf14bbfc01;p=musl diff --git a/src/thread/i386/__unmapself.s b/src/thread/i386/__unmapself.s index 5c674966..d6569594 100644 --- a/src/thread/i386/__unmapself.s +++ b/src/thread/i386/__unmapself.s @@ -1,16 +1,7 @@ .text .global __unmapself -.type __unmapself,%function +.type __unmapself,@function __unmapself: - call 1f - .long -1 - .long -1 -1: popl %ecx - xorl %ebx,%ebx - xorl %edx,%edx - movl $8,%esi - movl $175,%eax - int $128 movl $91,%eax movl 4(%esp),%ebx movl 8(%esp),%ecx @@ -18,5 +9,3 @@ __unmapself: xorl %ebx,%ebx movl $1,%eax int $128 - -.size __unmapself,.-__unmapself