bcf6e7fe1a7b963beaf69cd09f3e7ca38978319a
[musl] / src / thread / i386 / __unmapself.s
1 .text
2 .global __unmapself
3 .type   __unmapself,%function
4 __unmapself:
5         movl $91,%eax
6         movl 4(%esp),%ebx
7         movl 8(%esp),%ecx
8         int $128
9         xorl %ebx,%ebx
10         movl $1,%eax
11         int $128
12
13 .size __unmapself,.-__unmapself