5c674966167a8af11f18fd4df82ef2e833e0e6cf
[musl] / src / thread / i386 / __unmapself.s
1 .text
2 .global __unmapself
3 .type   __unmapself,%function
4 __unmapself:
5         call 1f
6         .long -1
7         .long -1
8 1:      popl %ecx
9         xorl %ebx,%ebx
10         xorl %edx,%edx
11         movl $8,%esi
12         movl $175,%eax
13         int $128
14         movl $91,%eax
15         movl 4(%esp),%ebx
16         movl 8(%esp),%ecx
17         int $128
18         xorl %ebx,%ebx
19         movl $1,%eax
20         int $128
21
22 .size __unmapself,.-__unmapself